From 041c6e9b119c02cdb56886534e5f5f62d8865ded Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 18 Sep 2012 15:26:27 +0530 Subject: [PATCH] USB ids for Trekstor 4ink --- src/calibre/devices/misc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/devices/misc.py b/src/calibre/devices/misc.py index 7ec38af774..2565c24218 100644 --- a/src/calibre/devices/misc.py +++ b/src/calibre/devices/misc.py @@ -226,6 +226,7 @@ class TREKSTOR(USBMS): VENDOR_ID = [0x1e68] PRODUCT_ID = [0x0041, 0x0042, 0x0052, 0x004e, 0x0056, 0x003e, # This is for the EBOOK_PLAYER_5M https://bugs.launchpad.net/bugs/792091 + 0x5cL, # This is for the 4ink http://www.mobileread.com/forums/showthread.php?t=191318 ] BCD = [0x0002, 0x100]