From 2575737679c6b0eb73de2ece624775aa7b7d8865 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 8 Feb 2025 13:13:04 +0530 Subject: [PATCH] Kobo driver: Fix a regression that broke working with very old Kobo devices. Fixes #2092732 [Tolino device detection bug with my Kobo](https://bugs.launchpad.net/calibre/+bug/2092732) --- src/calibre/devices/kobo/driver.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index 3b9c56e15c..509f2a19a4 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -701,6 +701,9 @@ class KOBO(USBMS): ContentType = 901 # Yet another hack: to get around Kobo changing how ContentID is stored return ContentType + def isTolinoDevice(self): + return False + def path_from_contentid(self, ContentID, ContentType, MimeType, oncard): path = ContentID