Unix driver for Trekstor Pyrus LED

This commit is contained in:
Kovid Goyal 2013-12-31 18:08:32 +05:30
parent dcce1d72c9
commit bd9684d142

View File

@ -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'