mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 02:23:38 +02:00
Driver for Energy Systems C4 Touch. Fixes #1127477 (Adding Energy System ereader)
This commit is contained in:
parent
7697b16e4a
commit
d181153952
1 changed files with 3 additions and 2 deletions
|
|
@ -209,8 +209,9 @@ class ALURATEK_COLOR(USBMS):
|
|||
|
||||
EBOOK_DIR_MAIN = EBOOK_DIR_CARD_A = 'books'
|
||||
|
||||
VENDOR_NAME = ['USB_2.0', 'EZREADER']
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['USB_FLASH_DRIVER', '.']
|
||||
VENDOR_NAME = ['USB_2.0', 'EZREADER', 'C4+']
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['USB_FLASH_DRIVER', '.', 'TOUCH']
|
||||
SCAN_FROM_ROOT = True
|
||||
|
||||
class TREKSTOR(USBMS):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue