From 55095edfe323c4a17249c04281a5bd2fdb30d12a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 11 Mar 2013 18:16:19 +0530 Subject: [PATCH] Fix #1153536 (tolino shine not recognized (Windows)) --- src/calibre/devices/eb600/driver.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/devices/eb600/driver.py b/src/calibre/devices/eb600/driver.py index 0f5271086a..afa69e6290 100644 --- a/src/calibre/devices/eb600/driver.py +++ b/src/calibre/devices/eb600/driver.py @@ -56,6 +56,8 @@ class TOLINO(EB600): description = _('Communicate with the Tolino Shine reader.') FORMATS = ['epub', 'pdf', 'txt'] BCD = [0x226] + VENDOR_NAME = ['DEUTSCHE'] + WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['_TELEKOMTOLINO'] def linux_swap_drives(self, drives): if len(drives) < 2 or not drives[1] or not drives[2]: return drives