From 127282840a38f9e9bff57fc9f27a2b352a411023 Mon Sep 17 00:00:00 2001 From: David Forrester Date: Mon, 10 Mar 2014 22:41:37 +1100 Subject: [PATCH] Update dbversion for older Kobo devices Should have set the supported_dbversion to 98 in the KOBO driver to match the KOBOTOUCH driver. --- src/calibre/devices/kobo/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index 5eaf0f3563..f57435a423 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -68,7 +68,7 @@ class KOBO(USBMS): dbversion = 0 fwversion = 0 - supported_dbversion = 95 + supported_dbversion = 98 has_kepubs = False supported_platforms = ['windows', 'osx', 'linux']