mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 11:23:16 +02:00
Driver for Icarus Essence
Fixes #1226304 [request of support for new device](https://bugs.launchpad.net/calibre/+bug/1226304)
This commit is contained in:
parent
b78885e01f
commit
64d62847e3
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class IPAPYRUS(TECLAST_K3):
|
|||
|
||||
FORMATS = ['epub', 'pdf', 'txt']
|
||||
|
||||
VENDOR_NAME = ['E_READER', 'EBOOKREA']
|
||||
VENDOR_NAME = ['E_READER', 'EBOOKREA', 'ICARUS']
|
||||
WINDOWS_MAIN_MEM = ''
|
||||
|
||||
class SOVOS(TECLAST_K3):
|
||||
|
|
|
|||
Loading…
Reference in a new issue