mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 10:35:20 -04:00
Fix #1019050 (device not reconized)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user