Kindle Scribe: fix touch input (#11285)

reviewable/pr11290/r2
mergen3107 4 months ago committed by GitHub
parent 57cbde5901
commit 4c2fc1eb81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -638,7 +638,7 @@ local KindleScribe = Kindle:extend{
hasLightSensor = yes,
hasGSensor = yes,
display_dpi = 300,
touch_dev = "/dev/input/by-path/platform-1001e000.i2c-event",
touch_dev = "/dev/input/touch",
-- NOTE: TBC whether dithering actually works on Bellatrix3...
canHWDither = no,
canDoSwipeAnimation = yes,

Loading…
Cancel
Save