Kindle: Amend #11049 comments (#11051)

Turns out it's not really specific to the Signature Edition
This commit is contained in:
NiLuJe
2023-10-29 15:48:21 +01:00
committed by GitHub
parent 6b892a65a3
commit 6e08809419

View File

@@ -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