mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 20:28:11 +02:00
...
This commit is contained in:
parent
494a252f3f
commit
1e3d8983e1
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ class TOLINO(EB600):
|
|||
VENDOR_NAME = ['DEUTSCHE']
|
||||
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):
|
||||
if len(drives) < 2 or not drives[1] or not drives[2]:
|
||||
return drives
|
||||
|
|
|
|||
Loading…
Reference in a new issue