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