From: Peter Hutterer Date: Mon, 9 Jun 2014 21:51:09 +0000 (+1000) Subject: include: update to Linux 3.15 header X-Git-Tag: libevdev-1.2.99.901~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02fc1bb235652283d1f10742770448db1e51cb2b;p=platform%2Fupstream%2Flibevdev.git include: update to Linux 3.15 header Adds INPUT_PROP_TOPBUTTONPAD Signed-off-by: Peter Hutterer --- 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)