Fix #1153536 (tolino shine not recognized (Windows))

This commit is contained in:
Kovid Goyal 2013-03-11 18:16:19 +05:30
parent e3deeb3f95
commit 55095edfe3

View File

@ -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