diff options
author | Holger Freyther <zecke@selfish.org> | 2004-06-25 19:05:45 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-06-25 19:05:45 +0000 |
commit | 08b4e57f99154ad78bb652ba0546671dab99b2ae (patch) | |
tree | 345e88f2653c0fef01c974d06eb3d9826af4411e /tslib | |
parent | df0be6dae22f1cfe7cbf2de5c402e6173382ff45 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into debian.(none):/home/ich/programming/oe/oe-packages-exported
2004/06/25 21:05:03+02:00 (none)!ich
OpenSimpad touchscreen and kernel changes
BKrev: 40dc7789p4OKgGUJgvTDfcxOkq8wrQ
Diffstat (limited to 'tslib')
-rw-r--r-- | tslib/tslib/simpad/tslib.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tslib/tslib/simpad/tslib.sh b/tslib/tslib/simpad/tslib.sh index e69de29bb2..263b6d39d8 100644 --- a/tslib/tslib/simpad/tslib.sh +++ b/tslib/tslib/simpad/tslib.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +TSLIB_TSDEVICE=/dev/touchscreen/ucb1x00 + +export TSLIB_TSDEVICE |