android: Fix evdev configure test.
Android doesn't define a number of items in its input.h for MT, so don't test for them here. They will still work, they just need manual defines. Change-Id: I471f55b7c7f8950d2048e525119b2b36c8e9743b Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
This commit is contained in:
parent
88c41f8439
commit
58e997b2d2
@ -42,13 +42,10 @@
|
||||
#include <linux/input.h>
|
||||
|
||||
enum {
|
||||
e1 = ABS_MT_POSITION_X,
|
||||
e2 = ABS_MT_TRACKING_ID,
|
||||
e3 = ABS_PRESSURE,
|
||||
e4 = ABS_X,
|
||||
e5 = REL_X,
|
||||
e6 = SYN_REPORT,
|
||||
e7 = SYN_MT_REPORT
|
||||
e1 = ABS_PRESSURE,
|
||||
e2 = ABS_X,
|
||||
e3 = REL_X,
|
||||
e4 = SYN_REPORT,
|
||||
};
|
||||
|
||||
int main()
|
||||
|
Loading…
Reference in New Issue
Block a user