Update supported firmware version for Kobo to 2.8.1

No changes necessary except to bump the firmware version.
This commit is contained in:
David Forrester 2013-07-24 13:03:39 +10:00 committed by Kovid Goyal
parent 5f3c10f91d
commit c1db04b373

View File

@ -35,7 +35,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, 0, 12) version = (2, 0, 13)
dbversion = 0 dbversion = 0
fwversion = 0 fwversion = 0
@ -1218,7 +1218,7 @@ class KOBOTOUCH(KOBO):
min_dbversion_images_on_sdcard = 77 min_dbversion_images_on_sdcard = 77
min_dbversion_activiy = 77 min_dbversion_activiy = 77
max_supported_fwversion = (2,6,1) max_supported_fwversion = (2,8,1)
min_fwversion_images_on_sdcard = (2,4,1) min_fwversion_images_on_sdcard = (2,4,1)
has_kepubs = True has_kepubs = True