Kindle: Amend #11049 comments (#11051)

Turns out it's not really specific to the Signature Edition
reviewable/pr11052/r1
NiLuJe 6 months ago committed by GitHub
parent 6b892a65a3
commit 6e08809419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save