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:
David Forrester 2014-09-30 21:45:29 +10:00 committed by Kovid Goyal
parent 421724f032
commit b213e3cb25

View File

@ -1364,7 +1364,7 @@ class KOBOTOUCH(KOBO):
AURA_PRODUCT_ID = [0x4203] AURA_PRODUCT_ID = [0x4203]
AURA_HD_PRODUCT_ID = [0x4193] AURA_HD_PRODUCT_ID = [0x4193]
AURA_H2O_PRODUCT_ID = [0x4293] AURA_H2O_PRODUCT_ID = [0x4213]
GLO_PRODUCT_ID = [0x4173] GLO_PRODUCT_ID = [0x4173]
MINI_PRODUCT_ID = [0x4183] MINI_PRODUCT_ID = [0x4183]
TOUCH_PRODUCT_ID = [0x4163] TOUCH_PRODUCT_ID = [0x4163]