mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1153536 (tolino shine not recognized (Windows))
This commit is contained in:
parent
e3deeb3f95
commit
55095edfe3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user