Kobo: Unbreak a slew of devices (#10019)

Fix #10020, Regression since #10008

(hasMultiTouch is set by `Generic.init`, but we use it before that;
so just set it properly ourselves in our superclass, because we don't
actually need to rely on Generic's autodetection).
reviewable/pr10029/r1
NiLuJe 1 year ago committed by GitHub
parent 1699711a0b
commit 16fb32d5a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -144,6 +144,8 @@ local Kobo = Generic:extend{
canPowerOff = yes,
canSuspend = yes,
supportsScreensaver = yes,
-- most Kobos are MT-capable
hasMultitouch = yes,
-- most Kobos have X/Y switched for the touch screen
touch_switch_xy = true,
-- most Kobos have also mirrored X coordinates

Loading…
Cancel
Save