From 944099b4aa675548ff4969a9d0998425624e8db1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 8 Nov 2011 13:23:58 +0530 Subject: [PATCH] Fix #887275 (Calibre does not conect to Kobo ebook) --- src/calibre/devices/kobo/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index 1e4cb6c63c..6e58e27cc7 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -40,7 +40,7 @@ class KOBO(USBMS): CAN_SET_METADATA = ['collections'] VENDOR_ID = [0x2237] - PRODUCT_ID = [0x4161, 0x4163] + PRODUCT_ID = [0x4161, 0x4163, 0x4165] BCD = [0x0110, 0x0323, 0x0326] VENDOR_NAME = ['KOBO_INC', 'KOBO']