summaryrefslogtreecommitdiffstats
path: root/meta/packages/tslib/tslib/h3600/tslib.sh
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-01-29 15:43:20 +0000
committerRichard Purdie <richard@openedhand.com>2007-01-29 15:43:20 +0000
commit38658ea4bbc3efa891eb08491d0d5f1f5031c58d (patch)
tree65b756d5c40c79dbf852356cda126b99c0240e1c /meta/packages/tslib/tslib/h3600/tslib.sh
parent81b126eac35331021ba637fe154b3610e76dbccc (diff)
downloadpoky-38658ea4bbc3efa891eb08491d0d5f1f5031c58d.tar.gz
tslib: Sync with changes in OE, adopt a sane default configuration and only make it machine specific where needed
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1212 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tslib/tslib/h3600/tslib.sh')
-rw-r--r--meta/packages/tslib/tslib/h3600/tslib.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/packages/tslib/tslib/h3600/tslib.sh b/meta/packages/tslib/tslib/h3600/tslib.sh
deleted file mode 100644
index 6c480f46af..0000000000
--- a/meta/packages/tslib/tslib/h3600/tslib.sh
+++ /dev/null
@@ -1,14 +0,0 @@
1#!/bin/sh
2
3TSLIB_TSDEVICE=`detect-stylus --device`
4TSLIB_CONFFILE=/etc/ts.conf
5
6case `uname -r` in
72.4*)
8 TSLIB_TSDEVICE=/dev/touchscreen/0raw
9 TSLIB_CONFFILE=/usr/share/tslib/ts.conf-h3600-2.4
10 ;;
11esac
12
13export TSLIB_TSDEVICE TSLIB_CONFFILE
14