diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-28 15:19:38 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-28 15:19:38 +0000 |
commit | 44bc62bf1494d8bc37922435f2be205edbfee4bc (patch) | |
tree | aa7893cd2ce1659ed4a85595c86a136596d2f832 /tslib | |
parent | 98a2149109ee3a46f94f287b8b10b9fd0dd1c160 (diff) |
switch h3600 to /dev/touchscreen/0, like h3900
BKrev: 4130a28a4ecsy2-5KdtmLtfVQbddvg
Diffstat (limited to 'tslib')
-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." |