diff options
Diffstat (limited to 'packages/tslib')
-rw-r--r-- | packages/tslib/tslib/event1.patch | 49 |
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 */ |