mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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)
This commit is contained in:
parent
b79113cff9
commit
2d69246fa5
@ -63,7 +63,7 @@ class KOBO(USBMS):
|
|||||||
gui_name = 'Kobo Reader'
|
gui_name = 'Kobo Reader'
|
||||||
description = _('Communicate with the Kobo Reader')
|
description = _('Communicate with the Kobo Reader')
|
||||||
author = 'Timothy Legge and David Forrester'
|
author = 'Timothy Legge and David Forrester'
|
||||||
version = (2, 1, 4)
|
version = (2, 1, 5)
|
||||||
|
|
||||||
dbversion = 0
|
dbversion = 0
|
||||||
fwversion = 0
|
fwversion = 0
|
||||||
@ -1251,7 +1251,7 @@ class KOBOTOUCH(KOBO):
|
|||||||
min_dbversion_activiy = 77
|
min_dbversion_activiy = 77
|
||||||
min_dbversion_keywords = 82
|
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_on_sdcard = (2,4,1)
|
||||||
min_fwversion_images_tree = (2,9,0) # Cover images stored in tree under .kobo-images
|
min_fwversion_images_tree = (2,9,0) # Cover images stored in tree under .kobo-images
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user