mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Driver for Energy Ereader Screenlight. Fixes #1529108 [Calibre doesn`t detect my Energy Sistem Device](https://bugs.launchpad.net/calibre/+bug/1529108)
This commit is contained in:
parent
4325742a35
commit
e19221a28d
@ -20,7 +20,7 @@ class TECLAST_K3(USBMS):
|
|||||||
BCD = [0x0000, 0x0100]
|
BCD = [0x0000, 0x0100]
|
||||||
|
|
||||||
VENDOR_NAME = ['TECLAST', 'IMAGIN', 'RK28XX', 'PER3274B', 'BEBOOK',
|
VENDOR_NAME = ['TECLAST', 'IMAGIN', 'RK28XX', 'PER3274B', 'BEBOOK',
|
||||||
'RK2728', 'MR700', 'CYBER', 'E-BOOK']
|
'RK2728', 'MR700', 'CYBER', 'E-BOOK', 'EBOOK']
|
||||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = [
|
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = [
|
||||||
'DIGITAL_PLAYER', 'TL-K5', 'EREADER', 'USB-MSC', 'PER3274B', 'BEBOOK', 'USER', 'BOOK', 'E71B',
|
'DIGITAL_PLAYER', 'TL-K5', 'EREADER', 'USB-MSC', 'PER3274B', 'BEBOOK', 'USER', 'BOOK', 'E71B',
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user