aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergo Koteles <soyer@irl.hu>2024-03-10 12:31:41 +0100
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>2024-03-12 12:43:53 +0200
commit9527f40e46b63d18e0826efad0159726c20c01bd (patch)
treeff8b424d5bad4e20bb948763fb4666ce870cf702
parent339d8d1caab526cfc75f523e0a46fe030777f37e (diff)
downloaddevicetree-rebasing-9527f40e46b63d18e0826efad0159726c20c01bd.tar.gz
Input: allocate keycode for Display refresh rate toggle
Newer Lenovo Yogas and Legions with 60Hz/90Hz displays send a wmi event when Fn + R is pressed. This is intended for use to switch between the two refresh rates. Allocate a new KEY_REFRESH_RATE_TOGGLE keycode for it. Signed-off-by: Gergo Koteles <soyer@irl.hu> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Link: https://lore.kernel.org/r/15a5d08c84cf4d7b820de34ebbcf8ae2502fb3ca.1710065750.git.soyer@irl.hu Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> [ upstream commit: cfeb98b95fff25c442f78a6f616c627bc48a26b7 ]
-rw-r--r--include/dt-bindings/input/linux-event-codes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/input/linux-event-codes.h b/include/dt-bindings/input/linux-event-codes.h
index 022a520e31fc23..03edf2ccdf6c80 100644
--- a/include/dt-bindings/input/linux-event-codes.h
+++ b/include/dt-bindings/input/linux-event-codes.h
@@ -602,6 +602,7 @@
#define KEY_ALS_TOGGLE 0x230 /* Ambient light sensor */
#define KEY_ROTATE_LOCK_TOGGLE 0x231 /* Display rotation lock */
+#define KEY_REFRESH_RATE_TOGGLE 0x232 /* Display refresh rate toggle */
#define KEY_BUTTONCONFIG 0x240 /* AL Button Configuration */
#define KEY_TASKMANAGER 0x241 /* AL Task/Project Manager */