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:
David Forrester 2013-10-29 10:42:50 +11:00 committed by Kovid Goyal
parent b79113cff9
commit 2d69246fa5

View File

@ -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