From 4c2fc1eb817528fb02f3d7b5583cfd7c98c197c4 Mon Sep 17 00:00:00 2001 From: mergen3107 <6279855+mergen3107@users.noreply.github.com> Date: Wed, 27 Dec 2023 17:06:18 -0500 Subject: [PATCH] Kindle Scribe: fix touch input (#11285) --- frontend/device/kindle/device.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/device/kindle/device.lua b/frontend/device/kindle/device.lua index e107ea25f..f6b200b5d 100644 --- a/frontend/device/kindle/device.lua +++ b/frontend/device/kindle/device.lua @@ -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,