mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Merge branch 'patch-1' of https://github.com/ocochard/calibre
Fixes #1756556 [Kobo Aura edition 2 not detected by Kobo driver](https://bugs.launchpad.net/calibre/+bug/1756556)
This commit is contained in:
commit
40110b9977
@ -1374,7 +1374,7 @@ class KOBOTOUCH(KOBO):
|
||||
MINI_PRODUCT_ID + TOUCH_PRODUCT_ID + TOUCH2_PRODUCT_ID + \
|
||||
AURA_ONE_PRODUCT_ID
|
||||
|
||||
BCD = [0x0110, 0x0326]
|
||||
BCD = [0x0110, 0x0326, 0x401]
|
||||
|
||||
# Image file name endings. Made up of: image size, min_dbversion, max_dbversion, isFullSize,
|
||||
# Note: "200" has been used just as a much larger number than the current versions. It is just a lazy
|
||||
|
Loading…
x
Reference in New Issue
Block a user