mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #7057 (DR1000s plugin + djvu)
This commit is contained in:
parent
61b32834f6
commit
735b22b934
@ -20,7 +20,7 @@ class IREXDR1000(USBMS):
|
|||||||
|
|
||||||
# Ordered list of supported formats
|
# Ordered list of supported formats
|
||||||
# Be sure these have an entry in calibre.devices.mime
|
# Be sure these have an entry in calibre.devices.mime
|
||||||
FORMATS = ['epub', 'mobi', 'prc', 'html', 'pdf', 'txt']
|
FORMATS = ['epub', 'mobi', 'prc', 'html', 'pdf', 'djvu', 'txt']
|
||||||
|
|
||||||
VENDOR_ID = [0x1e6b]
|
VENDOR_ID = [0x1e6b]
|
||||||
PRODUCT_ID = [0x001]
|
PRODUCT_ID = [0x001]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user