From 2d69246fa5dfdace9e2ce79e5de420fdfca9df50 Mon Sep 17 00:00:00 2001 From: David Forrester Date: Tue, 29 Oct 2013 10:42:50 +1100 Subject: [PATCH] Bump firmware version for Kobo Touch driver New firmware version released, updating versions to match. Fixes #1245707 [Update to support Kobo firmware 2.10.0](https://bugs.launchpad.net/calibre/+bug/1245707) --- 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 2c1c063817..2a4c93bb4e 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -63,7 +63,7 @@ class KOBO(USBMS): gui_name = 'Kobo Reader' description = _('Communicate with the Kobo Reader') author = 'Timothy Legge and David Forrester' - version = (2, 1, 4) + version = (2, 1, 5) dbversion = 0 fwversion = 0 @@ -1251,7 +1251,7 @@ class KOBOTOUCH(KOBO): min_dbversion_activiy = 77 min_dbversion_keywords = 82 - max_supported_fwversion = (2,9,1) + max_supported_fwversion = (2,10,1) min_fwversion_images_on_sdcard = (2,4,1) min_fwversion_images_tree = (2,9,0) # Cover images stored in tree under .kobo-images