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
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user