From e4bb610cdaf4177c99eac2bb79fc0c6507e9b0eb Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 13 Nov 2014 09:40:42 +1000 Subject: [PATCH] include: update to 3.17 header Adds INPUT_PROP_POINTING_STICK Signed-off-by: Peter Hutterer --- include/linux/input.h | 1 + 1 file changed, 1 insertion(+) 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)