From 781191c21b4059d83efdfb56ac92900f28f5590a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 18 Jul 2013 12:49:29 +0530 Subject: [PATCH] More trekstor 4ink device ids --- src/calibre/devices/misc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/devices/misc.py b/src/calibre/devices/misc.py index e35db8f03d..13ae870fd1 100644 --- a/src/calibre/devices/misc.py +++ b/src/calibre/devices/misc.py @@ -229,7 +229,8 @@ class TREKSTOR(USBMS): 0x0067, # This is for the Pyrus Mini 0x006f, # This is for the Pyrus Maxi 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 + 0x05cL, # This is for the 4ink http://www.mobileread.com/forums/showthread.php?t=191318 + 0x006c, # This is for the 4ink http://www.mobileread.com/forums/showthread.php?t=218273 ] BCD = [0x0002, 0x100, 0x0222]