mbox series

[v2,0/2] ARM: dts: samsung: exynos4412-midas: fix key-ok and use Linux event codes

Message ID 20231017101402.62740-1-raymondhackley@protonmail.com
Headers show
Series ARM: dts: samsung: exynos4412-midas: fix key-ok and use Linux event codes | expand

Message

Raymond Hackley Oct. 17, 2023, 10:16 a.m. UTC
Input event code 139 stands for KEY_MENU, instead of KEY_OK as node name
key-ok inplies. Fix it with correct event code 0x160.

Use event codes with linux-event-codes.h included for input keys on midas
in addition.

---
v2: Fix the event code before applying linux-event-codes.h