From 4c5042826ed6e5c34abd4acfe6601e4e47bac1f0 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 9 Jun 2021 23:42:43 +1000 Subject: [PATCH] Update firmware version for Kobo Elipsa --- src/calibre/devices/kobo/driver.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index 32bc48ec7f..b635370d7d 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -1355,7 +1355,7 @@ class KOBOTOUCH(KOBO): ' Based on the existing Kobo driver by %s.') % KOBO.author # icon = I('devices/kobotouch.jpg') - supported_dbversion = 162 + supported_dbversion = 163 min_supported_dbversion = 53 min_dbversion_series = 65 min_dbversion_externalid = 65 @@ -1368,7 +1368,7 @@ class KOBOTOUCH(KOBO): # Starting with firmware version 3.19.x, the last number appears to be is a # build number. A number will be recorded here but it can be safely ignored # when testing the firmware version. - max_supported_fwversion = (4, 26, 16704) + max_supported_fwversion = (4, 28, 16705) # 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) @@ -1386,7 +1386,7 @@ class KOBOTOUCH(KOBO): min_fwversion_dropbox = (4, 18, 13737) # The Forma only at this point. min_fwversion_serieslist = (4, 20, 14601) # Series list needs the SeriesID to be set. min_nia_fwversion = (4, 22, 15202) - min_elipsa_fwversion = (4, 27, 16704) # TODO: Get the correct version. + min_elipsa_fwversion = (4, 28, 16705) has_kepubs = True