Forgot the list of supported format for the MUSE driver

This commit is contained in:
Kovid Goyal 2014-12-03 18:15:39 +05:30
parent 05f50b3a2b
commit b8b794175f

View File

@ -78,8 +78,8 @@ class ORIZON(CYBOOK):
EXTRA_CUSTOMIZATION_MESSAGE = [
_('Card A folder') + ':::<p>' +
_('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>',
_('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>',
]
EXTRA_CUSTOMIZATION_DEFAULT = [EBOOK_DIR_CARD_A]
@ -118,6 +118,8 @@ class MUSE(CYBOOK):
description = _('Communicate with the Cybook Muse eBook reader.')
author = 'Kovid Goyal'
FORMATS = ['epub', 'html', 'fb2', 'txt', 'pdf', 'djvu']
VENDOR_ID = [0x0525]
PRODUCT_ID = [0xa4a5]
BCD = [0x0230]