summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-06-10 07:51:09 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-06-10 07:51:09 +1000
commit02fc1bb235652283d1f10742770448db1e51cb2b (patch)
tree65059d7b9e87c2d6e0a1e4428723e60d1c6cc9dc
parent93bc9a329d622fe28aae101710163fae6f03850c (diff)
downloadlibevdev-02fc1bb235652283d1f10742770448db1e51cb2b.tar.gz
include: update to Linux 3.15 header
Adds INPUT_PROP_TOPBUTTONPAD Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--include/linux/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h
index e37293b..aa98ce7 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -162,6 +162,7 @@ struct input_keymap_entry {
#define INPUT_PROP_DIRECT 0x01 /* direct input devices */
#define INPUT_PROP_BUTTONPAD 0x02 /* has button(s) under pad */
#define INPUT_PROP_SEMI_MT 0x03 /* touch rectangle only */
+#define INPUT_PROP_TOPBUTTONPAD 0x04 /* softbuttons at top of pad */
#define INPUT_PROP_MAX 0x1f
#define INPUT_PROP_CNT (INPUT_PROP_MAX + 1)