From 02fc1bb235652283d1f10742770448db1e51cb2b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 10 Jun 2014 07:51:09 +1000 Subject: include: update to Linux 3.15 header Adds INPUT_PROP_TOPBUTTONPAD 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 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) -- cgit v1.2.1