mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 09:16:45 +02:00
Fix #1024021 (New Device :Paquito Imaginarium)
This commit is contained in:
parent
81f85d8b09
commit
33f990c075
1 changed files with 2 additions and 2 deletions
|
|
@ -19,9 +19,9 @@ class TECLAST_K3(USBMS):
|
|||
PRODUCT_ID = [0x3203]
|
||||
BCD = [0x0000, 0x0100]
|
||||
|
||||
VENDOR_NAME = ['TECLAST', 'IMAGIN']
|
||||
VENDOR_NAME = ['TECLAST', 'IMAGIN', 'RK28XX']
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['DIGITAL_PLAYER', 'TL-K5',
|
||||
'EREADER']
|
||||
'EREADER', 'USB-MSC']
|
||||
|
||||
MAIN_MEMORY_VOLUME_LABEL = 'K3 Main Memory'
|
||||
STORAGE_CARD_VOLUME_LABEL = 'K3 Storage Card'
|
||||
|
|
|
|||
Loading…
Reference in a new issue