From 1e3d8983e15e62da5bcd92e296fa9b555c3a5eaf Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 16 Oct 2013 20:40:26 +0530 Subject: [PATCH] ... --- src/calibre/devices/eb600/driver.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/devices/eb600/driver.py b/src/calibre/devices/eb600/driver.py index fbb323d6e5..0e19363c60 100644 --- a/src/calibre/devices/eb600/driver.py +++ b/src/calibre/devices/eb600/driver.py @@ -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