include: sync event codes with kernel 6.10
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 14 May 2024 05:18:12 +0000 (15:18 +1000)
committerduna.oh <duna.oh@samsung.com>
Thu, 20 Feb 2025 02:28:40 +0000 (11:28 +0900)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
include/linux/freebsd/input-event-codes.h
include/linux/linux/input-event-codes.h

index 03edf2ccdf6c80c52eca377c3f4066819e88555f..a4206723f50333db2e5d9d06c538636536846a6a 100644 (file)
 #define KEY_CAMERA_ACCESS_ENABLE       0x24b   /* Enables programmatic access to camera devices. (HUTRR72) */
 #define KEY_CAMERA_ACCESS_DISABLE      0x24c   /* Disables programmatic access to camera devices. (HUTRR72) */
 #define KEY_CAMERA_ACCESS_TOGGLE       0x24d   /* Toggles the current state of the camera access control. (HUTRR72) */
+#define KEY_ACCESSIBILITY              0x24e   /* Toggles the system bound accessibility UI/command (HUTRR116) */
+#define KEY_DO_NOT_DISTURB             0x24f   /* Toggles the system-wide "Do Not Disturb" control (HUTRR94)*/
 
 #define KEY_BRIGHTNESS_MIN             0x250   /* Set Brightness to Minimum */
 #define KEY_BRIGHTNESS_MAX             0x251   /* Set Brightness to Maximum */
index 03edf2ccdf6c80c52eca377c3f4066819e88555f..a4206723f50333db2e5d9d06c538636536846a6a 100644 (file)
 #define KEY_CAMERA_ACCESS_ENABLE       0x24b   /* Enables programmatic access to camera devices. (HUTRR72) */
 #define KEY_CAMERA_ACCESS_DISABLE      0x24c   /* Disables programmatic access to camera devices. (HUTRR72) */
 #define KEY_CAMERA_ACCESS_TOGGLE       0x24d   /* Toggles the current state of the camera access control. (HUTRR72) */
+#define KEY_ACCESSIBILITY              0x24e   /* Toggles the system bound accessibility UI/command (HUTRR116) */
+#define KEY_DO_NOT_DISTURB             0x24f   /* Toggles the system-wide "Do Not Disturb" control (HUTRR94)*/
 
 #define KEY_BRIGHTNESS_MIN             0x250   /* Set Brightness to Minimum */
 #define KEY_BRIGHTNESS_MAX             0x251   /* Set Brightness to Maximum */