This commit is contained in:
Kovid Goyal 2010-02-08 15:12:03 -07:00
parent 783ac99175
commit b3e7309c53

View File

@ -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 = []