From 53ef5a7c2a75eb4ab5254c12bcd26b8fcd0d05d7 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 25 Jul 2015 11:38:19 +1000 Subject: [PATCH] Bump Kobo firmware version for sneak release of 3.16.9 Bug #1477999 is a report of firmware 3.16.9. This was unexpected, but, a release to match the release of the Glo HD in Japan is expected. These might be related, but there is probably another version. So, bumping to 3.16.11. Fixes #1477999 [New Driver 3.16.9 for Kobo Glo HD isn't supported yet](https://bugs.launchpad.net/calibre/+bug/1477999) --- 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 37fef546ee..0acd1e0d30 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -64,7 +64,7 @@ class KOBO(USBMS): gui_name = 'Kobo Reader' description = _('Communicate with the Kobo Reader') author = 'Timothy Legge and David Forrester' - version = (2, 1, 8) + version = (2, 1, 9) dbversion = 0 fwversion = 0 @@ -1265,7 +1265,7 @@ class KOBOTOUCH(KOBO): min_dbversion_activity = 77 min_dbversion_keywords = 82 - max_supported_fwversion = (3, 16, 1) + max_supported_fwversion = (3, 16, 11) # The following document firwmare versions where new function or devices were added. # Not all are used, but this feels a good place to record it. min_fwversion_shelves = (2, 0, 0)