mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1005650 (Can't access e-reader secondary memory)
This commit is contained in:
parent
fa524ba984
commit
25f4b16d33
@ -50,7 +50,7 @@ class ARCHOS7O(TECLAST_K3):
|
|||||||
FORMATS = ['epub', 'mobi', 'fb2', 'rtf', 'ap', 'html', 'pdf', 'txt']
|
FORMATS = ['epub', 'mobi', 'fb2', 'rtf', 'ap', 'html', 'pdf', 'txt']
|
||||||
|
|
||||||
VENDOR_NAME = 'ARCHOS'
|
VENDOR_NAME = 'ARCHOS'
|
||||||
WINDOWS_MAIN_MEM = 'USB-MSC'
|
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = 'USB-MSC'
|
||||||
|
|
||||||
class PICO(NEWSMY):
|
class PICO(NEWSMY):
|
||||||
name = 'Pico device interface'
|
name = 'Pico device interface'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user