diff options
author | Olivier Gay <ogay@logitech.com> | 2014-10-18 01:53:39 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-10-20 21:03:58 +0200 |
commit | f974008f07a62171a9dede08250c9a35c2b2b986 (patch) | |
tree | fbc858528dae8c9fce6739abd59a0ca819f343d8 /include | |
parent | 1af39588f84c7c18f8c6d88342f36513a4ce383c (diff) | |
download | linux-stable-f974008f07a62171a9dede08250c9a35c2b2b986.tar.gz linux-stable-f974008f07a62171a9dede08250c9a35c2b2b986.tar.bz2 linux-stable-f974008f07a62171a9dede08250c9a35c2b2b986.zip |
HID: add keyboard input assist hid usages
Add keyboard input assist controls usages from approved
hid usage table request HUTTR42:
http://www.usb.org/developers/hidpage/HUTRR42c.pdf
Signed-off-by: Olivier Gay <ogay@logitech.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/input.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/uapi/linux/input.h b/include/uapi/linux/input.h index 1874ebe9ac1e..a1d7e931ab72 100644 --- a/include/uapi/linux/input.h +++ b/include/uapi/linux/input.h @@ -739,6 +739,13 @@ struct input_keymap_entry { #define KEY_BRIGHTNESS_MIN 0x250 /* Set Brightness to Minimum */ #define KEY_BRIGHTNESS_MAX 0x251 /* Set Brightness to Maximum */ +#define KEY_KBDINPUTASSIST_PREV 0x260 +#define KEY_KBDINPUTASSIST_NEXT 0x261 +#define KEY_KBDINPUTASSIST_PREVGROUP 0x262 +#define KEY_KBDINPUTASSIST_NEXTGROUP 0x263 +#define KEY_KBDINPUTASSIST_ACCEPT 0x264 +#define KEY_KBDINPUTASSIST_CANCEL 0x265 + #define BTN_TRIGGER_HAPPY 0x2c0 #define BTN_TRIGGER_HAPPY1 0x2c0 #define BTN_TRIGGER_HAPPY2 0x2c1 |