mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 22:23:25 +02:00
Fix #8704 (Does not recognize ebook reader)
This commit is contained in:
parent
d3e3ba60ed
commit
81611599e6
1 changed files with 2 additions and 3 deletions
|
|
@ -183,9 +183,8 @@ class BOOQ(EB600):
|
|||
|
||||
FORMATS = ['epub', 'mobi', 'prc', 'fb2', 'pdf', 'doc', 'rtf', 'txt', 'html']
|
||||
|
||||
VENDOR_NAME = 'NETRONIX'
|
||||
WINDOWS_MAIN_MEM = 'EB600'
|
||||
WINDOWS_CARD_A_MEM = 'EB600'
|
||||
VENDOR_NAME = ['NETRONIX', '36LBOOKS']
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['EB600', 'ELEQTOR']
|
||||
|
||||
class MENTOR(EB600):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue