mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Driver for the new Bq Cervantes 4
Fixes #1734878 [Cervantes 4 does not working](https://bugs.launchpad.net/calibre/+bug/1734878)
This commit is contained in:
parent
b6658722fe
commit
10b3f039c6
@ -573,7 +573,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, 0xad77, 0xad75]
|
PRODUCT_ID = [0xad79, 0xad78, 0xad77, 0xad75]
|
||||||
BCD = [0x0110]
|
BCD = [0x0110]
|
||||||
|
|
||||||
EBOOK_DIR_MAIN = 'Books'
|
EBOOK_DIR_MAIN = 'Books'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user