mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix a typo preventing calibre from recognizing the new Kobo Aura H20
I made a typo when adding the device id for the new Kobo Aura H20. Fixes #1375748 [Correct device id for Kobo Aura H20](https://bugs.launchpad.net/calibre/+bug/1375748)
This commit is contained in:
parent
421724f032
commit
b213e3cb25
@ -1364,7 +1364,7 @@ class KOBOTOUCH(KOBO):
|
||||
|
||||
AURA_PRODUCT_ID = [0x4203]
|
||||
AURA_HD_PRODUCT_ID = [0x4193]
|
||||
AURA_H2O_PRODUCT_ID = [0x4293]
|
||||
AURA_H2O_PRODUCT_ID = [0x4213]
|
||||
GLO_PRODUCT_ID = [0x4173]
|
||||
MINI_PRODUCT_ID = [0x4183]
|
||||
TOUCH_PRODUCT_ID = [0x4163]
|
||||
|
Loading…
x
Reference in New Issue
Block a user