29 lines
1001 B
Diff
29 lines
1001 B
Diff
From 714895f990ee7e90a6548181909b3fe5749e4a11 Mon Sep 17 00:00:00 2001
|
|
From: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Date: Tue, 22 Mar 2022 12:33:16 +1000
|
|
Subject: [PATCH] include: sync key codes with kernel 5.17
|
|
|
|
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Signed-off-by: Liu Zixian <liuzixian4@huawei.com>
|
|
---
|
|
include/linux/linux/input-event-codes.h | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/include/linux/linux/input-event-codes.h b/include/linux/linux/input-event-codes.h
|
|
index ee93428..62e9f0a 100644
|
|
--- a/include/linux/linux/input-event-codes.h
|
|
+++ b/include/linux/linux/input-event-codes.h
|
|
@@ -278,7 +278,8 @@
|
|
#define KEY_PAUSECD 201
|
|
#define KEY_PROG3 202
|
|
#define KEY_PROG4 203
|
|
-#define KEY_DASHBOARD 204 /* AL Dashboard */
|
|
+#define KEY_ALL_APPLICATIONS 204 /* AC Desktop Show All Applications */
|
|
+#define KEY_DASHBOARD KEY_ALL_APPLICATIONS
|
|
#define KEY_SUSPEND 205
|
|
#define KEY_CLOSE 206 /* AC Close */
|
|
#define KEY_PLAY 207
|
|
--
|
|
2.36.1
|
|
|