mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Unix driver for Trekstor Pyrus LED
This commit is contained in:
parent
dcce1d72c9
commit
bd9684d142
@ -233,8 +233,9 @@ class TREKSTOR(USBMS):
|
|||||||
0x003e, # This is for the EBOOK_PLAYER_5M https://bugs.launchpad.net/bugs/792091
|
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
|
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
|
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'
|
EBOOK_DIR_MAIN = 'Ebooks'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user