From e19221a28d16f73f32799d39850a60a68b024a85 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 31 Dec 2015 11:50:58 +0530 Subject: [PATCH] Driver for Energy Ereader Screenlight. Fixes #1529108 [Calibre doesn`t detect my Energy Sistem Device](https://bugs.launchpad.net/calibre/+bug/1529108) --- 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 b4dbc4e544..0e318e3949 100644 --- a/src/calibre/devices/teclast/driver.py +++ b/src/calibre/devices/teclast/driver.py @@ -20,7 +20,7 @@ class TECLAST_K3(USBMS): BCD = [0x0000, 0x0100] VENDOR_NAME = ['TECLAST', 'IMAGIN', 'RK28XX', 'PER3274B', 'BEBOOK', - 'RK2728', 'MR700', 'CYBER', 'E-BOOK'] + 'RK2728', 'MR700', 'CYBER', 'E-BOOK', 'EBOOK'] WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = [ 'DIGITAL_PLAYER', 'TL-K5', 'EREADER', 'USB-MSC', 'PER3274B', 'BEBOOK', 'USER', 'BOOK', 'E71B', ]