diff --git a/src/calibre/devices/cybook/driver.py b/src/calibre/devices/cybook/driver.py index a0a9666939..b759831d42 100644 --- a/src/calibre/devices/cybook/driver.py +++ b/src/calibre/devices/cybook/driver.py @@ -78,8 +78,8 @@ class ORIZON(CYBOOK): EXTRA_CUSTOMIZATION_MESSAGE = [ _('Card A folder') + ':::

' + - _('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') + '

', + _('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') + '

', ] 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]