From: Peter Hutterer Date: Wed, 12 Nov 2014 23:40:42 +0000 (+1000) Subject: include: update to 3.17 header X-Git-Tag: libevdev-1.3.1~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4bb610cdaf4177c99eac2bb79fc0c6507e9b0eb;p=platform%2Fupstream%2Flibevdev.git include: update to 3.17 header Adds INPUT_PROP_POINTING_STICK Signed-off-by: Peter Hutterer --- 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)