diff options
-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 \ |