mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:35:04 +02:00
Driver for Prestigio PER3274B, see #1046544
This commit is contained in:
parent
4d5f4558d5
commit
ff89f7b001
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', 'RK28XX']
|
||||
VENDOR_NAME = ['TECLAST', 'IMAGIN', 'RK28XX', 'PER3274B']
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['DIGITAL_PLAYER', 'TL-K5',
|
||||
'EREADER', 'USB-MSC']
|
||||
'EREADER', 'USB-MSC', 'PER3274B']
|
||||
|
||||
MAIN_MEMORY_VOLUME_LABEL = 'K3 Main Memory'
|
||||
STORAGE_CARD_VOLUME_LABEL = 'K3 Storage Card'
|
||||
|
|
|
|||
Loading…
Reference in a new issue