summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-12-08 10:39:18 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-12-08 10:39:53 +1000
commit7e8a2eaa301b780105d5bbcfbae6f442b3341958 (patch)
tree523c7c524bbcdafabd71f97f3e7696d92540ea5c /include
parent7ac00d7e920c56bb8617403699030a5300bfae1c (diff)
downloadlibevdev-7e8a2eaa301b780105d5bbcfbae6f442b3341958.tar.gz
include: update to 3.18 header
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/input.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h
index 3f2f357..999f3a7 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -737,6 +737,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