mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 07:53:09 +02:00
Driver for FNAC (re-branded Bq) with new firmware. Fixes #1596952 [Private bug](https://bugs.launchpad.net/calibre/+bug/1596952)
This commit is contained in:
parent
0634dc1b32
commit
7ba62b9696
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ class CERVANTES(USBMS):
|
|||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
FORMATS = ['epub', 'fb2', 'mobi', 'doc', 'rtf', 'pdf', 'txt']
|
||||
VENDOR_ID = [0x2a47]
|
||||
PRODUCT_ID = [0xad78, 0xad75]
|
||||
PRODUCT_ID = [0xad78, 0xad77, 0xad75]
|
||||
BCD = [0x0110]
|
||||
|
||||
EBOOK_DIR_MAIN = 'Books'
|
||||
|
|
|
|||
Loading…
Reference in a new issue