mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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)
This commit is contained in:
parent
496a9630f1
commit
2575737679
@ -701,6 +701,9 @@ class KOBO(USBMS):
|
|||||||
ContentType = 901 # Yet another hack: to get around Kobo changing how ContentID is stored
|
ContentType = 901 # Yet another hack: to get around Kobo changing how ContentID is stored
|
||||||
return ContentType
|
return ContentType
|
||||||
|
|
||||||
|
def isTolinoDevice(self):
|
||||||
|
return False
|
||||||
|
|
||||||
def path_from_contentid(self, ContentID, ContentType, MimeType, oncard):
|
def path_from_contentid(self, ContentID, ContentType, MimeType, oncard):
|
||||||
path = ContentID
|
path = ContentID
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user