mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Driver for the Unusual Sapiens V2 reader. Fixes #1486531 [Unusual Sapiens v2 not detected](https://bugs.launchpad.net/calibre/+bug/1486531)
This commit is contained in:
parent
24cb0337f2
commit
5f7ac27e3e
@ -210,8 +210,8 @@ class ALURATEK_COLOR(USBMS):
|
||||
|
||||
EBOOK_DIR_MAIN = EBOOK_DIR_CARD_A = 'books'
|
||||
|
||||
VENDOR_NAME = ['USB_2.0', 'EZREADER', 'C4+', 'WOXTER', 'KIANO']
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['USB_FLASH_DRIVER', '.', 'TOUCH', 'SCRIBA_190', 'BOOKYLIGHT']
|
||||
VENDOR_NAME = ['USB_2.0', 'EZREADER', 'C4+', 'WOXTER', 'KIANO', 'SAD']
|
||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['USB_FLASH_DRIVER', '.', 'TOUCH', 'SCRIBA_190', 'BOOKYLIGHT', 'SAPIENS_V2']
|
||||
SCAN_FROM_ROOT = True
|
||||
SUPPORTS_SUB_DIRS_FOR_SCAN = True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user