From a4c35af27d7d6a8b7d11c59613380917cfeafed7 Mon Sep 17 00:00:00 2001 From: David Forrester Date: Thu, 14 Nov 2013 13:12:53 +1100 Subject: [PATCH] Kobo firmware updated to 3.0.0 Kobo have updated firmware to 3.0.0. No changes needed for the driver except the version number. Fixes #1251099 [Update to support Kobo firmware 3.0.0](https://bugs.launchpad.net/calibre/+bug/1251099) --- src/calibre/devices/kobo/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index 2a4c93bb4e..f5c7fa60d2 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -1242,7 +1242,7 @@ class KOBOTOUCH(KOBO): description = 'Communicate with the Kobo Touch, Glo, Mini and Aura HD ereaders. Based on the existing Kobo driver by %s.' % (KOBO.author) # icon = I('devices/kobotouch.jpg') - supported_dbversion = 90 + supported_dbversion = 95 min_supported_dbversion = 53 min_dbversion_series = 65 min_dbversion_externalid = 65 @@ -1251,7 +1251,7 @@ class KOBOTOUCH(KOBO): min_dbversion_activiy = 77 min_dbversion_keywords = 82 - max_supported_fwversion = (2,10,1) + max_supported_fwversion = (3, 0, 0) min_fwversion_images_on_sdcard = (2,4,1) min_fwversion_images_tree = (2,9,0) # Cover images stored in tree under .kobo-images