From c1db04b373647ccd24534bc9b2022ccc71602f4d Mon Sep 17 00:00:00 2001 From: David Forrester Date: Wed, 24 Jul 2013 13:03:39 +1000 Subject: [PATCH] Update supported firmware version for Kobo to 2.8.1 No changes necessary except to bump the firmware version. --- 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 cb325efb07..278798160e 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -35,7 +35,7 @@ class KOBO(USBMS): gui_name = 'Kobo Reader' description = _('Communicate with the Kobo Reader') author = 'Timothy Legge and David Forrester' - version = (2, 0, 12) + version = (2, 0, 13) dbversion = 0 fwversion = 0 @@ -1218,7 +1218,7 @@ class KOBOTOUCH(KOBO): min_dbversion_images_on_sdcard = 77 min_dbversion_activiy = 77 - max_supported_fwversion = (2,6,1) + max_supported_fwversion = (2,8,1) min_fwversion_images_on_sdcard = (2,4,1) has_kepubs = True