mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-25 17:35:59 +01:00
Fix #906056 (Bookeen Odyssey not recognized (software update))
This commit is contained in:
parent
188f8c9dd8
commit
ac67f9e3f6
1 changed files with 2 additions and 2 deletions
|
|
@ -170,8 +170,8 @@ class ODYSSEY(N516):
|
|||
description = _('Communicate with the Cybook Odyssey eBook reader.')
|
||||
|
||||
BCD = [0x316]
|
||||
VENDOR_NAME = 'LINUX'
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = 'FILE-STOR_GADGET'
|
||||
VENDOR_NAME = ['LINUX', 'BOOKEEN']
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['FILE-STOR_GADGET', 'FLASH_DISK']
|
||||
|
||||
FORMATS = ['epub', 'fb2', 'html', 'pdf', 'txt']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue