From c36e2ace172095ccd66bca71f9ef49c63d1c79ec Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 10 Jun 2011 09:53:44 -0600 Subject: [PATCH] Preliminary support for the Kobo Touch --- src/calibre/devices/kobo/driver.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index f5c9a74733..04fb3c37b0 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -21,7 +21,7 @@ class KOBO(USBMS): name = 'Kobo Reader Device Interface' gui_name = 'Kobo Reader' description = _('Communicate with the Kobo Reader') - author = 'Timothy Legge and Kovid Goyal' + author = 'Timothy Legge' version = (1, 0, 9) dbversion = 0 @@ -37,8 +37,8 @@ class KOBO(USBMS): CAN_SET_METADATA = ['collections'] VENDOR_ID = [0x2237] - PRODUCT_ID = [0x4161] - BCD = [0x0110, 0x0323] + PRODUCT_ID = [0x4161, 0x4163] + BCD = [0x0110, 0x0323, 0x0326] VENDOR_NAME = ['KOBO_INC', 'KOBO'] WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['.KOBOEREADER', 'EREADER']