Skip to content

Commit

Permalink
Kobo driver : support new firmware version 3.0.1
Browse files Browse the repository at this point in the history
Kobo snuck out new firmware 3.0.1. This has no changes that affect the
driver. As Kobo have done this a few times recently, I am setting the
supported version to 3.0.5. This will allow for a few small bug fix
releases. Fixes #1255363 [Unable to transfer to Kobo Touch](https://bugs.launchpad.net/calibre/+bug/1255363)
  • Loading branch information
davidfor authored and kovidgoyal committed Nov 27, 2013
1 parent 8927168 commit 7f4cce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calibre/devices/kobo/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ class KOBOTOUCH(KOBO):
min_dbversion_activity = 77
min_dbversion_keywords = 82

max_supported_fwversion = (3, 0, 0)
max_supported_fwversion = (3, 0, 5)
min_fwversion_shelves = (2, 0, 0)
min_fwversion_images_on_sdcard = (2, 4, 1)
min_fwversion_images_tree = (2, 9, 0) # Cover images stored in tree under .kobo-images
Expand Down

0 comments on commit 7f4cce1

Please sign in to comment.