Driver for Bq Cervantes with newer firmware

Fixes #1595924 [Calibre no detecta mi ebook FNAC (bq). Antes sí lo hacia](https://bugs.launchpad.net/calibre/+bug/1595924)
This commit is contained in:
Kovid Goyal 2016-06-24 17:43:07 +05:30
parent 7dabcbdf08
commit 29213a2950

View File

@ -556,7 +556,7 @@ class CERVANTES(USBMS):
supported_platforms = ['windows', 'osx', 'linux'] supported_platforms = ['windows', 'osx', 'linux']
FORMATS = ['epub', 'fb2', 'mobi', 'doc', 'rtf', 'pdf', 'txt'] FORMATS = ['epub', 'fb2', 'mobi', 'doc', 'rtf', 'pdf', 'txt']
VENDOR_ID = [0x2a47] VENDOR_ID = [0x2a47]
PRODUCT_ID = [0xad78] PRODUCT_ID = [0xad78, 0xad75]
BCD = [0x0110] BCD = [0x0110]
EBOOK_DIR_MAIN = 'Books' EBOOK_DIR_MAIN = 'Books'