From 6e0880941919d7144fccfb7ada92ed9dac99fc12 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Sun, 29 Oct 2023 15:48:21 +0100 Subject: [PATCH] Kindle: Amend #11049 comments (#11051) Turns out it's not really specific to the Signature Edition --- frontend/device/kindle/device.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/device/kindle/device.lua b/frontend/device/kindle/device.lua index 7a00bc963..b4491c4a8 100644 --- a/frontend/device/kindle/device.lua +++ b/frontend/device/kindle/device.lua @@ -605,7 +605,7 @@ local KindlePaperWhite5 = Kindle:extend{ -- NOTE: While hardware dithering (via MDP) should be a thing, it doesn't appear to do anything right now :/. canHWDither = no, canDoSwipeAnimation = yes, - -- NOTE: The Signature Edition has its input device at another path, see KindlePaperWhite5:init + -- NOTE: Input device path is variable, see KindlePaperWhite5:init } local KindleBasic4 = Kindle:extend{ @@ -1234,7 +1234,7 @@ function KindlePaperWhite5:init() Kindle.init(self) - -- The SE has its input device at /dev/input/by-path/platform-10019000.i2c-platform-gpio-keys.7.auto-event + -- Some HW/FW variants have their input device at /dev/input/by-path/platform-10019000.i2c-platform-gpio-keys.7.auto-event if util.pathExists("/dev/input/by-path/platform-10019000.i2c-platform-gpio-keys.7.auto-event") then self.touch_dev = "/dev/input/by-path/platform-10019000.i2c-platform-gpio-keys.7.auto-event" else