From 10b3f039c62a50f3de37018ba3b9ecdb8a89bf7a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 28 Nov 2017 22:54:30 +0530 Subject: [PATCH] Driver for the new Bq Cervantes 4 Fixes #1734878 [Cervantes 4 does not working](https://bugs.launchpad.net/calibre/+bug/1734878) --- src/calibre/devices/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/misc.py b/src/calibre/devices/misc.py index 2a2d070ee6..d27348a1c6 100644 --- a/src/calibre/devices/misc.py +++ b/src/calibre/devices/misc.py @@ -573,7 +573,7 @@ class CERVANTES(USBMS): supported_platforms = ['windows', 'osx', 'linux'] FORMATS = ['epub', 'fb2', 'mobi', 'doc', 'rtf', 'pdf', 'txt'] VENDOR_ID = [0x2a47] - PRODUCT_ID = [0xad78, 0xad77, 0xad75] + PRODUCT_ID = [0xad79, 0xad78, 0xad77, 0xad75] BCD = [0x0110] EBOOK_DIR_MAIN = 'Books'