mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #6467 (My device support)
This commit is contained in:
parent
6c62990878
commit
0121f1ab57
@ -20,20 +20,19 @@ class SNE(USBMS):
|
|||||||
|
|
||||||
# Ordered list of supported formats
|
# Ordered list of supported formats
|
||||||
# Be sure these have an entry in calibre.devices.mime
|
# Be sure these have an entry in calibre.devices.mime
|
||||||
FORMATS = ['epub', 'txt']
|
FORMATS = ['epub', 'pdf', 'txt']
|
||||||
|
|
||||||
VENDOR_ID = [0x04e8]
|
VENDOR_ID = [0x04e8]
|
||||||
PRODUCT_ID = [0x2051]
|
PRODUCT_ID = [0x2051, 0x2053]
|
||||||
BCD = [0x0323]
|
BCD = [0x0323]
|
||||||
|
|
||||||
VENDOR_NAME = ''
|
VENDOR_NAME = 'SAMSUNG'
|
||||||
#WINDOWS_MAIN_MEM = 'MASS_STORAGE'
|
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = 'SNE-60'
|
||||||
#WINDOWS_CARD_A_MEM = 'MASS_STORAGE'
|
|
||||||
|
|
||||||
MAIN_MEMORY_VOLUME_LABEL = 'SNE Main Memory'
|
MAIN_MEMORY_VOLUME_LABEL = 'SNE Main Memory'
|
||||||
STORAGE_CARD_VOLUME_LABEL = 'SNE Storage Card'
|
STORAGE_CARD_VOLUME_LABEL = 'SNE Storage Card'
|
||||||
|
|
||||||
EBOOK_DIR_MAIN = 'Book'
|
EBOOK_DIR_MAIN = 'Books'
|
||||||
SUPPORTS_SUB_DIRS = True
|
SUPPORTS_SUB_DIRS = True
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user