aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tslib/tslib_1.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-02-18 11:46:19 +0000
committerKoen Kooi <koen@openembedded.org>2007-02-18 11:46:19 +0000
commitebdcad30d1ca7dedf4f9643ff233480ec82d437e (patch)
tree7e92e211e6cc3593b95380dc51c2623c20220282 /packages/tslib/tslib_1.0.bb
parent8c7cf3fc473b8c65bc972028ae4ce581b7b4bce8 (diff)
downloadopenembedded-ebdcad30d1ca7dedf4f9643ff233480ec82d437e.tar.gz
tslib: merge patch from openmoko:
This patch adds support for "EVIOCGRAB" on the input device, which tells the kernel _not_ to deliver events of the touchscreen to /dev/input/mice. This is probably what most people want, since unprocessed raw touchscreen events should not be converted to emulated PS/2 mouse movements. Signed-off-by: Harald Welte <laforge@openmoko.org>
Diffstat (limited to 'packages/tslib/tslib_1.0.bb')
-rw-r--r--packages/tslib/tslib_1.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/tslib/tslib_1.0.bb b/packages/tslib/tslib_1.0.bb
index 0ece5b0331..4ba53f0631 100644
--- a/packages/tslib/tslib_1.0.bb
+++ b/packages/tslib/tslib_1.0.bb
@@ -4,9 +4,10 @@ AUTHOR = "Russell King w/ plugins by Chris Larson et. al."
SECTION = "base"
LICENSE = "LGPL"
-PR = "r7"
+PR = "r8"
SRC_URI = "http://download.berlios.de/tslib/tslib-1.0.tar.bz2 \
+ file://tslib-input_raw-grab_events.patch;patch=1 \
file://ts.conf \
file://ts.conf-simpad-2.4 \
file://ts.conf-collie-2.4 \