aboutsummaryrefslogtreecommitdiffstats
path: root/tslib/tslib/event1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tslib/tslib/event1.patch')
-rw-r--r--tslib/tslib/event1.patch44
1 files changed, 44 insertions, 0 deletions
diff --git a/tslib/tslib/event1.patch b/tslib/tslib/event1.patch
index e69de29bb2..33daded000 100644
--- a/tslib/tslib/event1.patch
+++ b/tslib/tslib/event1.patch
@@ -0,0 +1,44 @@
+--- tslib/tests/ts_calibrate.c~event1
++++ tslib/tests/ts_calibrate.c
+@@ -212,7 +212,7 @@
+ ts = ts_open(tsdevice,0);
+ } else {
+ #ifdef USE_INPUT_API
+- ts = ts_open("/dev/input/event0", 0);
++ ts = ts_open("/dev/input/event1", 0);
+ #else
+ ts = ts_open("/dev/touchscreen/ucb1x00", 0);
+ #endif /* USE_INPUT_API */
+--- tslib/tests/ts_print.c~event1
++++ tslib/tests/ts_print.c
+@@ -30,7 +30,7 @@
+ ts = ts_open(tsdevice,0);
+ } else {
+ #ifdef USE_INPUT_API
+- ts = ts_open("/dev/input/event0", 0);
++ ts = ts_open("/dev/input/event1", 0);
+ #else
+ ts = ts_open("/dev/touchscreen/ucb1x00", 0);
+ #endif /* USE_INPUT_API */
+--- tslib/tests/ts_test.c~event1
++++ tslib/tests/ts_test.c
+@@ -50,7 +50,7 @@
+ ts = ts_open(tsdevice,0);
+ } else {
+ #ifdef USE_INPUT_API
+- ts = ts_open("/dev/input/event0", 0);
++ ts = ts_open("/dev/input/event1", 0);
+ #else
+ ts = ts_open("/dev/touchscreen/ucb1x00", 0);
+ #endif /* USE_INPUT_API */
+--- tslib/tests/ts_print_raw.c~event1
++++ tslib/tests/ts_print_raw.c
+@@ -30,7 +30,7 @@
+ ts = ts_open(tsdevice,0);
+ } else {
+ #ifdef USE_INPUT_API
+- ts = ts_open("/dev/input/event0", 0);
++ ts = ts_open("/dev/input/event1", 0);
+ #else
+ ts = ts_open("/dev/touchscreen/ucb1x00", 0);
+ #endif /* USE_INPUT_API */