mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #7417 (Support for iRiver Cover Story)
This commit is contained in:
parent
0051b04bfd
commit
40ddee4eb6
@ -17,15 +17,15 @@ class IRIVER_STORY(USBMS):
|
|||||||
supported_platforms = ['windows', 'osx', 'linux']
|
supported_platforms = ['windows', 'osx', 'linux']
|
||||||
|
|
||||||
# Ordered list of supported formats
|
# Ordered list of supported formats
|
||||||
FORMATS = ['epub', 'pdf', 'txt']
|
FORMATS = ['epub', 'fb2', 'pdf', 'djvu', 'txt']
|
||||||
|
|
||||||
VENDOR_ID = [0x1006]
|
VENDOR_ID = [0x1006]
|
||||||
PRODUCT_ID = [0x4023]
|
PRODUCT_ID = [0x4023, 0x4025]
|
||||||
BCD = [0x0323]
|
BCD = [0x0323]
|
||||||
|
|
||||||
VENDOR_NAME = 'IRIVER'
|
VENDOR_NAME = 'IRIVER'
|
||||||
WINDOWS_MAIN_MEM = 'STORY'
|
WINDOWS_MAIN_MEM = ['STORY', 'STORY_EB05']
|
||||||
WINDOWS_CARD_A_MEM = 'STORY'
|
WINDOWS_CARD_A_MEM = ['STORY', 'STORY_SD']
|
||||||
|
|
||||||
#OSX_MAIN_MEM = 'Kindle Internal Storage Media'
|
#OSX_MAIN_MEM = 'Kindle Internal Storage Media'
|
||||||
#OSX_CARD_A_MEM = 'Kindle Card Storage Media'
|
#OSX_CARD_A_MEM = 'Kindle Card Storage Media'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user