diff options
-rw-r--r-- | tslib/tslib/h3600/tslib.sh | 6 | ||||
-rw-r--r-- | tslib/tslib_cvs.oe | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/tslib/tslib/h3600/tslib.sh b/tslib/tslib/h3600/tslib.sh index e69de29bb2..0c7bef2b09 100644 --- a/tslib/tslib/h3600/tslib.sh +++ b/tslib/tslib/h3600/tslib.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +TSLIB_TSDEVICE=/dev/touchscreen/0 +TSLIB_TSEVENTTYPE=H3600 + +export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE diff --git a/tslib/tslib_cvs.oe b/tslib/tslib_cvs.oe index 994ea71cc7..cf1c83b6e2 100644 --- a/tslib/tslib_cvs.oe +++ b/tslib/tslib_cvs.oe @@ -1,5 +1,5 @@ PV = "0.0cvs${CVSDATE}" -PR = "r3" +PR = "r4" DESCRIPTION = "tslib is a touchscreen access library." |