summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/evdev/evdev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/unix/evdev/evdev.cpp')
-rw-r--r--config.tests/unix/evdev/evdev.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/config.tests/unix/evdev/evdev.cpp b/config.tests/unix/evdev/evdev.cpp
index 3dddd60038..fdc65545a0 100644
--- a/config.tests/unix/evdev/evdev.cpp
+++ b/config.tests/unix/evdev/evdev.cpp
@@ -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()