mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
783ac99175
commit
b3e7309c53
@ -39,10 +39,11 @@ class IREXDR1000(USBMS):
|
|||||||
|
|
||||||
class IREXDR800(IREXDR1000):
|
class IREXDR800(IREXDR1000):
|
||||||
name = 'IRex Digital Reader 800 Device Interface'
|
name = 'IRex Digital Reader 800 Device Interface'
|
||||||
description = _('Communicate with the IRex Digital Reader 800 eBook ' \
|
description = _('Communicate with the IRex Digital Reader 800')
|
||||||
'reader.')
|
|
||||||
PRODUCT_ID = [0x002]
|
PRODUCT_ID = [0x002]
|
||||||
WINDOWS_MAIN_MEM = 'DR800'
|
WINDOWS_MAIN_MEM = 'DR800'
|
||||||
|
FORMATS = ['epub', 'html', 'pdf', 'txt']
|
||||||
|
|
||||||
EBOOK_DIR_MAIN = 'Books'
|
EBOOK_DIR_MAIN = 'Books'
|
||||||
|
DELETE_EXTS = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user