From 997dcae358df0c749d1e8bcbfd706a4a2e5846de Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 23 May 2013 09:36:04 +0530 Subject: [PATCH] Fix #1182850 (Private bug) --- src/calibre/devices/eb600/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/eb600/driver.py b/src/calibre/devices/eb600/driver.py index ec6d0e43fe..f647c28a75 100644 --- a/src/calibre/devices/eb600/driver.py +++ b/src/calibre/devices/eb600/driver.py @@ -279,11 +279,11 @@ class POCKETBOOK602(USBMS): class POCKETBOOK622(POCKETBOOK602): name = 'PocketBook 622 Device Interface' - description = _('Communicate with the PocketBook 622 reader.') + description = _('Communicate with the PocketBook 622 and 623 readers.') EBOOK_DIR_MAIN = '' VENDOR_ID = [0x0489] - PRODUCT_ID = [0xe107] + PRODUCT_ID = [0xe107, 0xcff1] BCD = [0x0326] VENDOR_NAME = 'LINUX'