diff options
author | Aseda Aboagye <aaboagye@chromium.org> | 2024-06-04 23:10:47 +0000 |
---|---|---|
committer | Benjamin Tissoires <bentiss@kernel.org> | 2024-06-07 11:08:07 +0200 |
commit | 0c7dd00de018ff70b3452c424901816e26366a8a (patch) | |
tree | bf9a0e0936659701c37a2caaeceb127b20705c87 /include | |
parent | 89e1ee118d6f0ee6bd6e80d8fe08839875daa241 (diff) | |
download | linux-stable-0c7dd00de018ff70b3452c424901816e26366a8a.tar.gz linux-stable-0c7dd00de018ff70b3452c424901816e26366a8a.tar.bz2 linux-stable-0c7dd00de018ff70b3452c424901816e26366a8a.zip |
input: Add event code for accessibility key
HUTRR116 added support for a new usage titled "System Accessibility
Binding" which toggles a system-wide bound accessibility UI or command.
This commit simply adds a new event code for the usage.
Signed-off-by: Aseda Aboagye <aaboagye@chromium.org>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Link: https://lore.kernel.org/r/Zl-e97O9nvudco5z@google.com
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/input-event-codes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/input-event-codes.h b/include/uapi/linux/input-event-codes.h index 03edf2ccdf6c..39f11ec676fa 100644 --- a/include/uapi/linux/input-event-codes.h +++ b/include/uapi/linux/input-event-codes.h @@ -618,6 +618,7 @@ #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_BRIGHTNESS_MIN 0x250 /* Set Brightness to Minimum */ #define KEY_BRIGHTNESS_MAX 0x251 /* Set Brightness to Maximum */ |