From 7ba62b9696c9dd2cfa09f82875cf3f62527a8403 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 28 Jun 2016 19:36:49 +0530 Subject: [PATCH] Driver for FNAC (re-branded Bq) with new firmware. Fixes #1596952 [Private bug](https://bugs.launchpad.net/calibre/+bug/1596952) --- 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 f4432181ae..20eb8d3caf 100644 --- a/src/calibre/devices/misc.py +++ b/src/calibre/devices/misc.py @@ -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'