mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Driver for Sunstech reader
Fixes #1231590 [cannot connect my sunstech e-reader](https://bugs.launchpad.net/calibre/+bug/1231590)
This commit is contained in:
parent
f7a2472336
commit
8920cf6cae
@ -20,9 +20,9 @@ class TECLAST_K3(USBMS):
|
||||
BCD = [0x0000, 0x0100]
|
||||
|
||||
VENDOR_NAME = ['TECLAST', 'IMAGIN', 'RK28XX', 'PER3274B', 'BEBOOK',
|
||||
'RK2728', 'MR700']
|
||||
'RK2728', 'MR700', 'CYBER']
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['DIGITAL_PLAYER', 'TL-K5',
|
||||
'EREADER', 'USB-MSC', 'PER3274B', 'BEBOOK', 'USER']
|
||||
'EREADER', 'USB-MSC', 'PER3274B', 'BEBOOK', 'USER', 'BOOK']
|
||||
|
||||
MAIN_MEMORY_VOLUME_LABEL = 'K3 Main Memory'
|
||||
STORAGE_CARD_VOLUME_LABEL = 'K3 Storage Card'
|
||||
|
Loading…
x
Reference in New Issue
Block a user