From 163b2dfd2d94624c9e9762928aefe32e2083ef90 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 28 Nov 2019 16:44:56 +0530 Subject: [PATCH] Driver for the new PocketBook Inkpad X Fixes #1854335 [Driver for PocketBook Inkpad X](https://bugs.launchpad.net/calibre/+bug/1854335) --- src/calibre/devices/misc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/misc.py b/src/calibre/devices/misc.py index a191292d84..fb772959cb 100644 --- a/src/calibre/devices/misc.py +++ b/src/calibre/devices/misc.py @@ -525,14 +525,14 @@ class POCKETBOOK626(USBMS): name = 'PocketBook Touch Lux 2' gui_name = 'PocketBook' - description = _('Communicate with the PocketBook Touch Lux 2 reader') + description = _('Communicate with the PocketBook Touch Lux 2 and Inkpad X readers') author = 'Kovid Goyal' supported_platforms = ['windows', 'osx', 'linux'] # Ordered list of supported formats FORMATS = ['epub', 'pdf', 'fb2', 'txt', 'pdf', 'html', 'djvu', 'doc', 'docx', 'rtf', 'chm'] VENDOR_ID = [0xfffe] PRODUCT_ID = [0x0001] - BCD = [0x0230] + BCD = [0x0230, 0x101] EBOOK_DIR_MAIN = 'Books' SCAN_FROM_ROOT = True