aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tslib
diff options
context:
space:
mode:
authorHolger Schurig <schurig@mn-solutions.de>2004-12-22 16:39:37 +0000
committerHolger Schurig <schurig@mn-solutions.de>2004-12-22 16:39:37 +0000
commitc4e0c6b0f27b45bba1a724c00eb6e92ba39d0e46 (patch)
tree33cf7f14986327eca358296e6332fd143f2ff081 /packages/tslib
parent19e74722f3b3631481e38033a111d6284cb793b4 (diff)
downloadopenembedded-c4e0c6b0f27b45bba1a724c00eb6e92ba39d0e46.tar.gz
Merge http://oe-devel@openembedded.bkbits.net/openembedded
into mnz66.mn-solutions.de:/usr/src/oe/p 2004/12/22 11:48:44+01:00 mn-solutions.de!schurig Merge http://oe-devel@openembedded.bkbits.net/openembedded into mnz66.mn-solutions.de:/usr/src/oe/p 2004/12/20 16:06:31+01:00 mn-solutions.de!schurig Merge 2004/12/20 15:09:56+01:00 mn-solutions.de!schurig revert to original do_staging 2004/12/20 15:06:53+01:00 mn-solutions.de!schurig some updates for MNCI "Ramses" 2004/12/06 09:54:33+01:00 mn-solutions.de!schurig Merge http://oe-devel@openembedded.bkbits.net/packages into mnz66.mn-solutions.de:/usr/src/oe/p 2004/11/30 16:43:48+01:00 mn-solutions.de!schurig Merge http://oe-devel@openembedded.bkbits.net/packages into mnz66.mn-solutions.de:/usr/src/oe/p 2004/11/25 15:09:39+01:00 mn-logistik.de!schurig make it usable with kernel 2.6 as well BKrev: 41c9a34909Z1s0fb3cLZ8H2bBiPK1w
Diffstat (limited to 'packages/tslib')
-rw-r--r--packages/tslib/tslib/event1.patch49
1 files changed, 49 insertions, 0 deletions
diff --git a/packages/tslib/tslib/event1.patch b/packages/tslib/tslib/event1.patch
index e69de29bb2..8e53b525a8 100644
--- a/packages/tslib/tslib/event1.patch
+++ b/packages/tslib/tslib/event1.patch
@@ -0,0 +1,49 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- tslib/tests/ts_calibrate.c~event1
++++ tslib/tests/ts_calibrate.c
+@@ -180,7 +180,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
+@@ -29,7 +29,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
+@@ -121,7 +121,7 @@
+
+ if ((tsdevice = getenv("TSLIB_TSDEVICE")) == NULL) {
+ #ifdef USE_INPUT_API
+- tsdevice = strdup ("/dev/input/event0");
++ tsdevice = strdup ("/dev/input/event1");
+ #else
+ tsdevice = strdup ("/dev/touchscreen/ucb1x00");
+ #endif /* USE_INPUT_API */
+--- tslib/tests/ts_print_raw.c~event1
++++ tslib/tests/ts_print_raw.c
+@@ -29,7 +29,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 */