From 2a70cee9c43171d8870b6a2163c49917afa553f5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 20 Jan 2016 12:31:19 +0530 Subject: [PATCH] Fix #1535801 [Driver for PocketBook 650](https://bugs.launchpad.net/calibre/+bug/1535801) --- src/calibre/devices/eb600/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/eb600/driver.py b/src/calibre/devices/eb600/driver.py index 63f79504ab..699f62c53c 100644 --- a/src/calibre/devices/eb600/driver.py +++ b/src/calibre/devices/eb600/driver.py @@ -313,7 +313,7 @@ class POCKETBOOK602(USBMS): VENDOR_ID = [0x0525] PRODUCT_ID = [0xa4a5] - BCD = [0x0324, 0x0330] + BCD = [0x0324, 0x0330, 0x0399] VENDOR_NAME = ['', 'LINUX'] WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['PB602', 'PB603', 'PB902',