mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Forgot the list of supported format for the MUSE driver
This commit is contained in:
parent
05f50b3a2b
commit
b8b794175f
@ -78,8 +78,8 @@ class ORIZON(CYBOOK):
|
|||||||
|
|
||||||
EXTRA_CUSTOMIZATION_MESSAGE = [
|
EXTRA_CUSTOMIZATION_MESSAGE = [
|
||||||
_('Card A folder') + ':::<p>' +
|
_('Card A folder') + ':::<p>' +
|
||||||
_('Enter the folder where the books are to be stored when sent to the '
|
_('Enter the folder where the books are to be stored when sent to the '
|
||||||
'memory card. This folder is prepended to any send to device template') + '</p>',
|
'memory card. This folder is prepended to any send to device template') + '</p>',
|
||||||
]
|
]
|
||||||
EXTRA_CUSTOMIZATION_DEFAULT = [EBOOK_DIR_CARD_A]
|
EXTRA_CUSTOMIZATION_DEFAULT = [EBOOK_DIR_CARD_A]
|
||||||
|
|
||||||
@ -118,6 +118,8 @@ class MUSE(CYBOOK):
|
|||||||
description = _('Communicate with the Cybook Muse eBook reader.')
|
description = _('Communicate with the Cybook Muse eBook reader.')
|
||||||
author = 'Kovid Goyal'
|
author = 'Kovid Goyal'
|
||||||
|
|
||||||
|
FORMATS = ['epub', 'html', 'fb2', 'txt', 'pdf', 'djvu']
|
||||||
|
|
||||||
VENDOR_ID = [0x0525]
|
VENDOR_ID = [0x0525]
|
||||||
PRODUCT_ID = [0xa4a5]
|
PRODUCT_ID = [0xa4a5]
|
||||||
BCD = [0x0230]
|
BCD = [0x0230]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user