summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/tslib/tslib/simpad/tslib.sh
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-10-10 10:41:35 +0000
committerRichard Purdie <richard@openedhand.com>2005-10-10 10:41:35 +0000
commitcbf3ef91305558fb8a59e19c5987a9e9ca22013a (patch)
treef7142e57734a8b2fac92ff758a6617d4464a82f9 /openembedded/packages/tslib/tslib/simpad/tslib.sh
parent562d4d35878bb644cbe2b9f23ef407fd6e1e38e2 (diff)
downloadpoky-cbf3ef91305558fb8a59e19c5987a9e9ca22013a.tar.gz
Merge changes from mainline OE to try and keep us in sync.
git-svn-id: https://svn.o-hand.com/repos/poky@127 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/tslib/tslib/simpad/tslib.sh')
-rw-r--r--openembedded/packages/tslib/tslib/simpad/tslib.sh14
1 files changed, 12 insertions, 2 deletions
diff --git a/openembedded/packages/tslib/tslib/simpad/tslib.sh b/openembedded/packages/tslib/tslib/simpad/tslib.sh
index e87a2095c4..8bb94a037f 100644
--- a/openembedded/packages/tslib/tslib/simpad/tslib.sh
+++ b/openembedded/packages/tslib/tslib/simpad/tslib.sh
@@ -1,5 +1,15 @@
1#!/bin/sh 1#!/bin/sh
2 2
3TSLIB_TSDEVICE=/dev/input/event0 3case `uname -r` in
42.4*)
5 TSLIB_TSDEVICE=/dev/touchscreen/ucb1x00
6 TSLIB_CONFFILE=/usr/share/tslib/ts.conf-simpad-2.4
7 ;;
8*)
9 TSLIB_TSDEVICE=/dev/input/event0
10 TSLIB_CONFFILE=/usr/share/tslib/ts.conf-simpad
11 ;;
12esac
13
14export TSLIB_TSDEVICE TSLIB_CONFFILE
4 15
5export TSLIB_TSDEVICE