From 0cd112e360ff7890ff64e15a5e5d78d4b61ef0e8 Mon Sep 17 00:00:00 2001 From: David Forrester Date: Wed, 12 Feb 2014 16:34:04 +1100 Subject: [PATCH] Kobo driver: Add support for soon to be released firmware version 3.2 Kobo are about to release firmware 3.2.0. The beta and release candidates have been tested with calibre and the version number is all that needs to change. But, I am bumping it to 3.2.1 as Kobo have been doing a second bug fix release with no backend changes. Fixes #1279190 [Update to support Kobo firmware 3.2.0](https://bugs.launchpad.net/calibre/+bug/1279190) --- 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 c9405e3a02..5eaf0f3563 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -1256,7 +1256,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 = 95 + supported_dbversion = 98 min_supported_dbversion = 53 min_dbversion_series = 65 min_dbversion_externalid = 65 @@ -1265,7 +1265,7 @@ class KOBOTOUCH(KOBO): min_dbversion_activity = 77 min_dbversion_keywords = 82 - max_supported_fwversion = (3, 1, 5) + max_supported_fwversion = (3, 2, 1) min_fwversion_shelves = (2, 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