From a98b76b82bf845b848c20acc7ed36b2bd2ecf086 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 29 Jun 2012 09:19:44 +0530 Subject: [PATCH] Fix #1019050 (device not reconized) --- 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 1c35146dd3..ae89c99f87 100644 --- a/src/calibre/devices/teclast/driver.py +++ b/src/calibre/devices/teclast/driver.py @@ -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):