summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-11-13 09:40:42 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-11-13 09:40:42 +1000
commite4bb610cdaf4177c99eac2bb79fc0c6507e9b0eb (patch)
tree33528f5d48746b55cd42979d89f58fc13cd77a67
parent74c3ed650492089c4cb004a38c75b3e3dc8e9b7f (diff)
downloadlibevdev-e4bb610cdaf4177c99eac2bb79fc0c6507e9b0eb.tar.gz
include: update to 3.17 header
Adds INPUT_PROP_POINTING_STICK 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 4ba4563..3f2f357 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -163,6 +163,7 @@ struct input_keymap_entry {
#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_POINTING_STICK 0x05 /* is a pointing stick */
#define INPUT_PROP_MAX 0x1f
#define INPUT_PROP_CNT (INPUT_PROP_MAX + 1)