Fix #1019050 (device not reconized)

This commit is contained in:
Kovid Goyal 2012-06-29 09:19:44 +05:30
parent 63e32b0484
commit a98b76b82b

View File

@ -71,7 +71,7 @@ class IPAPYRUS(TECLAST_K3):
FORMATS = ['epub', 'pdf', 'txt']
VENDOR_NAME = 'E_READER'
VENDOR_NAME = ['E_READER', 'EBOOKREA']
WINDOWS_MAIN_MEM = ''
class SOVOS(TECLAST_K3):