From d727310212e2a6e349735dbf5ad89aabe992efd0 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 10 Dec 2015 22:16:58 +1100 Subject: [PATCH] Bump Kobo firmware version to 3.19.5613 Kobo have release firmware 3.19.5613. There are no changes needed for the driver except the supported version number. Kobo have changed the version numbering, so there's no point in adding one. Fixes #1524742 [Bump Kobo firmware version to 3.19.5613](https://bugs.launchpad.net/calibre/+bug/1524742) --- 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 9b4b992173..c09e700b8c 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -1269,7 +1269,7 @@ class KOBOTOUCH(KOBO): min_dbversion_activity = 77 min_dbversion_keywords = 82 - max_supported_fwversion = (3, 18, 1) + max_supported_fwversion = (3, 19, 5613) # 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)