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