mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-01 07:33:33 +01:00
Unix driver for Trekstor Pyrus LED
This commit is contained in:
parent
dcce1d72c9
commit
bd9684d142
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue