From 64d62847e31fd17fbc43745d66b2f155f3c67181 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 17 Sep 2013 15:20:23 +0530 Subject: [PATCH] Driver for Icarus Essence Fixes #1226304 [request of support for new device](https://bugs.launchpad.net/calibre/+bug/1226304) --- src/calibre/devices/teclast/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/teclast/driver.py b/src/calibre/devices/teclast/driver.py index 95d8c3cf3f..9e42b3dbde 100644 --- a/src/calibre/devices/teclast/driver.py +++ b/src/calibre/devices/teclast/driver.py @@ -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):