From 1a902497f9d113cb3cb5c325c0a95a1652e70a53 Mon Sep 17 00:00:00 2001 From: David Forrester Date: Thu, 29 May 2014 16:00:39 +1000 Subject: [PATCH] Update to support Kobo firmware 3.4.1 Kobo are about to release firmware 3.4.1. The beta and release candidates have been tested with calibre and the version number is all that needs to change. As usual, I am bumping it to 3.4.2 in case of a second bug fix release with no backend changes. Fixes #1324375 [Update to support Kobo firmware 3.4.1](https://bugs.launchpad.net/calibre/+bug/1324375) --- 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 8eb1ed2119..0b73ef1de4 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, 3, 1) + max_supported_fwversion = (3, 4, 2) 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