From a228fdc0326b275d5fa8ed5a4f7f22434acf73dd Mon Sep 17 00:00:00 2001 From: David Forrester Date: Fri, 18 Apr 2014 12:15:18 +1000 Subject: [PATCH] Update to support Kobo firmware 3.3.1 Kobo are about to release firmware 3.3.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.3.1 in case of a second bug fix release with no backend changes. Fixes #1309302 [Update to support Kobo firmware 3.3.0](https://bugs.launchpad.net/calibre/+bug/1309302) --- 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 4ca7e8aa34..aca5e86a9b 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -1265,7 +1265,7 @@ class KOBOTOUCH(KOBO): min_dbversion_activity = 77 min_dbversion_keywords = 82 - max_supported_fwversion = (3, 2, 1) + max_supported_fwversion = (3, 3, 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