Fix #906056 (Bookeen Odyssey not recognized (software update))

This commit is contained in:
Kovid Goyal 2011-12-19 08:29:47 +05:30
parent 188f8c9dd8
commit ac67f9e3f6

View File

@ -170,8 +170,8 @@ class ODYSSEY(N516):
description = _('Communicate with the Cybook Odyssey eBook reader.') description = _('Communicate with the Cybook Odyssey eBook reader.')
BCD = [0x316] BCD = [0x316]
VENDOR_NAME = 'LINUX' VENDOR_NAME = ['LINUX', 'BOOKEEN']
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = 'FILE-STOR_GADGET' WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['FILE-STOR_GADGET', 'FLASH_DISK']
FORMATS = ['epub', 'fb2', 'html', 'pdf', 'txt'] FORMATS = ['epub', 'fb2', 'html', 'pdf', 'txt']