mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Bug #1095617 - Kobo Database Version - Unsupported for Kobo Wireless eReader device
- Updated supported_dbversion to 75 to match value KOBOTOUCH driver.
This commit is contained in:
parent
a0759cd45b
commit
2874e7f2b4
@ -37,7 +37,7 @@ class KOBO(USBMS):
|
|||||||
|
|
||||||
dbversion = 0
|
dbversion = 0
|
||||||
fwversion = 0
|
fwversion = 0
|
||||||
supported_dbversion = 65
|
supported_dbversion = 75
|
||||||
has_kepubs = False
|
has_kepubs = False
|
||||||
|
|
||||||
supported_platforms = ['windows', 'osx', 'linux']
|
supported_platforms = ['windows', 'osx', 'linux']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user