projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74c3ed6
)
include: update to 3.17 header
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 12 Nov 2014 23:40:42 +0000
(09:40 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 12 Nov 2014 23:40:42 +0000
(09:40 +1000)
Adds INPUT_PROP_POINTING_STICK
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
include/linux/input.h
patch
|
blob
|
history
diff --git
a/include/linux/input.h
b/include/linux/input.h
index 4ba456316eb79ec73f5a8a440b6e8033bf19adff..3f2f357340d42ac6dfbd1bfcf0d15fecc7e3792b 100644
(file)
--- 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)