summaryrefslogtreecommitdiffstats
path: root/abs/extra/evtest/evtest.diff
blob: 0dc7ba5872accfab449a172e31b150f79fbb9936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
diff -ruaN evtest-1.25.orig/evtest-capture.c evtest-1.25/evtest-capture.c
--- evtest-1.25.orig/evtest-capture.c	2009-12-02 22:24:44.000000000 +0000
+++ evtest-1.25/evtest-capture.c	2010-05-06 08:38:03.000000000 +0000
@@ -560,16 +560,6 @@
 	[ABS_TOOL_WIDTH] = "ABS_TOOL_WIDTH",
 	[ABS_VOLUME] = "ABS_VOLUME",
 	[ABS_MISC] = "ABS_MISC",
-	[ABS_MT_TOUCH_MAJOR] = "ABS_MT_TOUCH_MAJOR",
-	[ABS_MT_TOUCH_MINOR] = "ABS_MT_TOUCH_MINOR",
-	[ABS_MT_WIDTH_MAJOR] = "ABS_MT_WIDTH_MAJOR",
-	[ABS_MT_WIDTH_MINOR] = "ABS_MT_WIDTH_MINOR",
-	[ABS_MT_ORIENTATION] = "ABS_MT_ORIENTATION",
-	[ABS_MT_POSITION_X] = "ABS_MT_POSITION_X",
-	[ABS_MT_POSITION_Y] = "ABS_MT_POSITION_Y",
-	[ABS_MT_TOOL_TYPE] = "ABS_MT_TOOL_TYPE",
-	[ABS_MT_BLOB_ID] = "ABS_MT_BLOB_ID",
-	[ABS_MT_TRACKING_ID] = "ABS_MT_TRACKING_ID",
 };
 
 const char *misc[MSC_MAX + 1] = {
diff -ruaN evtest-1.25.orig/evtest.c evtest-1.25/evtest.c
--- evtest-1.25.orig/evtest.c	2009-12-02 22:24:44.000000000 +0000
+++ evtest-1.25/evtest.c	2010-05-06 08:38:21.000000000 +0000
@@ -192,7 +192,7 @@
 	[BTN_TOOL_MOUSE] = "ToolMouse",		[BTN_TOOL_LENS] = "ToolLens",
 	[BTN_TOUCH] = "Touch",			[BTN_STYLUS] = "Stylus",
 	[BTN_STYLUS2] = "Stylus2",		[BTN_TOOL_DOUBLETAP] = "Tool Doubletap",
-	[BTN_TOOL_TRIPLETAP] = "Tool Tripletap", [BTN_TOOL_QUADTAP] = "Tool Quadtap",
+	[BTN_TOOL_TRIPLETAP] = "Tool Tripletap",
 	[BTN_GEAR_DOWN] = "WheelBtn",
 	[BTN_GEAR_UP] = "Gear up",		[KEY_OK] = "Ok",
 	[KEY_SELECT] = "Select",		[KEY_GOTO] = "Goto",