mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
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)
This commit is contained in:
parent
f862513e83
commit
53ef5a7c2a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user