From bd9684d1420eba92d5cf0b1593e9c8e2cda4fa81 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 31 Dec 2013 18:08:32 +0530 Subject: [PATCH] Unix driver for Trekstor Pyrus LED --- 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 43157480b9..ac22a1e1e4 100644 --- a/src/calibre/devices/misc.py +++ b/src/calibre/devices/misc.py @@ -233,8 +233,9 @@ class TREKSTOR(USBMS): 0x003e, # This is for the EBOOK_PLAYER_5M https://bugs.launchpad.net/bugs/792091 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 + 0x73, # This is for the Pyrus 2 LED http://www.mobileread.com/forums/showthread.php?t=230379 ] - BCD = [0x0002, 0x100, 0x0222] + BCD = [0x0002, 0x100, 0x0222, 0x2] EBOOK_DIR_MAIN = 'Ebooks'