summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/tslib/tslib/event1.patch
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-04-21 14:32:45 +0100
committerSaul Wold <sgw@linux.intel.com>2011-05-04 22:12:27 -0700
commit72567733033347b662d9baa07432985fd2da3efa (patch)
tree4e8eadc3bc714181d15625d57af42985ecdf27c9 /meta/recipes-graphics/tslib/tslib/event1.patch
parent0a57bd226cdb8332707fa0f46fcf0b067f03701a (diff)
downloadopenembedded-core-72567733033347b662d9baa07432985fd2da3efa.tar.gz
Remove machine-specific metadata for machines no longer in oe-core
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/tslib/tslib/event1.patch')
-rw-r--r--meta/recipes-graphics/tslib/tslib/event1.patch80
1 files changed, 0 insertions, 80 deletions
diff --git a/meta/recipes-graphics/tslib/tslib/event1.patch b/meta/recipes-graphics/tslib/tslib/event1.patch
deleted file mode 100644
index 88cc3f3a2a..0000000000
--- a/meta/recipes-graphics/tslib/tslib/event1.patch
+++ /dev/null
@@ -1,80 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- tslib/tests/ts_calibrate.c~event1
-+++ tslib/tests/ts_calibrate.c
-@@ -179,11 +179,7 @@
- if( (tsdevice = getenv("TSLIB_TSDEVICE")) != NULL ) {
- ts = ts_open(tsdevice,0);
- } else {
--#ifdef USE_INPUT_API
-- ts = ts_open("/dev/input/event0", 0);
--#else
-- ts = ts_open("/dev/touchscreen/ucb1x00", 0);
--#endif /* USE_INPUT_API */
-+ ts = ts_open("/dev/input/event1", 0);
- }
-
- if (!ts) {
---- tslib/tests/ts_print.c~event1
-+++ tslib/tests/ts_print.c
-@@ -28,11 +28,7 @@
- if( (tsdevice = getenv("TSLIB_TSDEVICE")) != NULL ) {
- ts = ts_open(tsdevice,0);
- } else {
--#ifdef USE_INPUT_API
-- ts = ts_open("/dev/input/event0", 0);
--#else
-- ts = ts_open("/dev/touchscreen/ucb1x00", 0);
--#endif /* USE_INPUT_API */
-+ ts = ts_open("/dev/input/event1", 0);
- }
-
- if (!ts) {
---- tslib/tests/ts_test.c~event1
-+++ tslib/tests/ts_test.c
-@@ -120,11 +120,7 @@
- signal(SIGTERM, sig);
-
- if ((tsdevice = getenv("TSLIB_TSDEVICE")) == NULL) {
--#ifdef USE_INPUT_API
-- tsdevice = strdup ("/dev/input/event0");
--#else
-- tsdevice = strdup ("/dev/touchscreen/ucb1x00");
--#endif /* USE_INPUT_API */
-+ tsdevice = strdup ("/dev/input/event1");
- }
-
- ts = ts_open (tsdevice, 0);
---- tslib/tests/ts_print_raw.c~event1
-+++ tslib/tests/ts_print_raw.c
-@@ -28,11 +28,7 @@
- if( (tsdevice = getenv("TSLIB_TSDEVICE")) != NULL ) {
- ts = ts_open(tsdevice,0);
- } else {
--#ifdef USE_INPUT_API
-- ts = ts_open("/dev/input/event0", 0);
--#else
-- ts = ts_open("/dev/touchscreen/ucb1x00", 0);
--#endif /* USE_INPUT_API */
-+ ts = ts_open("/dev/input/event1", 0);
- }
-
- if (!ts) {
---- tslib/tests/ts_harvest.c~event1
-+++ tslib/tests/ts_harvest.c
-@@ -75,11 +75,7 @@
- signal(SIGTERM, sig);
-
- if ((tsdevice = getenv("TSLIB_TSDEVICE")) == NULL) {
--#ifdef USE_INPUT_API
-- tsdevice = strdup ("/dev/input/event0");
--#else
-- tsdevice = strdup ("/dev/touchscreen/ucb1x00");
--#endif /* USE_INPUT_API */
-+ tsdevice = strdup ("/dev/input/event1");
- }
-
- ts = ts_open (tsdevice, 0);