diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-24 10:58:13 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-24 10:58:13 +0000 |
commit | ffa430acc8018f1e15fb48f8df4c3d4617e9e142 (patch) | |
tree | 8f51a628d7def17e386104494a6550f1e46d401f /tslib | |
parent | 7a797346068df094f780a5784addb50d64f45d4b (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/11/24 10:57:53+00:00 nexus.co.uk!pb
change tslib.sh to use /dev/touchscreen/0raw on iPAQs
BKrev: 41a469455Ge__rwbhc23j8mkCBSyUA
Diffstat (limited to 'tslib')
-rw-r--r-- | tslib/tslib/h3600/tslib.sh | 2 | ||||
-rw-r--r-- | tslib/tslib/h3900/tslib.sh | 2 | ||||
-rw-r--r-- | tslib/tslib_cvs.oe | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tslib/tslib/h3600/tslib.sh b/tslib/tslib/h3600/tslib.sh index 0c7bef2b09..9f7ac41209 100644 --- a/tslib/tslib/h3600/tslib.sh +++ b/tslib/tslib/h3600/tslib.sh @@ -1,6 +1,6 @@ #!/bin/sh -TSLIB_TSDEVICE=/dev/touchscreen/0 +TSLIB_TSDEVICE=/dev/touchscreen/0raw TSLIB_TSEVENTTYPE=H3600 export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE diff --git a/tslib/tslib/h3900/tslib.sh b/tslib/tslib/h3900/tslib.sh index 0c7bef2b09..9f7ac41209 100644 --- a/tslib/tslib/h3900/tslib.sh +++ b/tslib/tslib/h3900/tslib.sh @@ -1,6 +1,6 @@ #!/bin/sh -TSLIB_TSDEVICE=/dev/touchscreen/0 +TSLIB_TSDEVICE=/dev/touchscreen/0raw TSLIB_TSEVENTTYPE=H3600 export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE diff --git a/tslib/tslib_cvs.oe b/tslib/tslib_cvs.oe index 7882bb97ad..69cc2ac11a 100644 --- a/tslib/tslib_cvs.oe +++ b/tslib/tslib_cvs.oe @@ -1,7 +1,7 @@ SECTION = "base" DESCRIPTION = "tslib is a touchscreen access library." PV = "0.0cvs${CVSDATE}" -PR = "r7" +PR = "r8" SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \ file://ts.conf \ |