mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
494a252f3f
commit
1e3d8983e1
@ -59,6 +59,8 @@ class TOLINO(EB600):
|
|||||||
VENDOR_NAME = ['DEUTSCHE']
|
VENDOR_NAME = ['DEUTSCHE']
|
||||||
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['_TELEKOMTOLINO']
|
WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = ['_TELEKOMTOLINO']
|
||||||
|
|
||||||
|
# There are apparently two versions of this device, one with swapped
|
||||||
|
# drives and one without, see https://bugs.launchpad.net/bugs/1240504
|
||||||
def linux_swap_drives(self, drives):
|
def linux_swap_drives(self, drives):
|
||||||
if len(drives) < 2 or not drives[1] or not drives[2]:
|
if len(drives) < 2 or not drives[1] or not drives[2]:
|
||||||
return drives
|
return drives
|
||||||
|
Loading…
x
Reference in New Issue
Block a user