aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tslib/tslib
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2006-06-19 21:11:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-19 21:11:04 +0000
commitc7bf372d9cdc4c5cddf6e292781fbd64dd1e2d45 (patch)
tree921f5575f005b4e5f54a6221a68efe868199921d /packages/tslib/tslib
parentafa7d51183fc99939810e139a71a01d590eea039 (diff)
downloadopenembedded-c7bf372d9cdc4c5cddf6e292781fbd64dd1e2d45.tar.gz
tslib: Add files for HTC Universal.
Diffstat (limited to 'packages/tslib/tslib')
-rw-r--r--packages/tslib/tslib/htcuniversal/.mtn2git_empty0
-rw-r--r--packages/tslib/tslib/htcuniversal/ts.conf5
-rw-r--r--packages/tslib/tslib/htcuniversal/tslib.sh8
3 files changed, 13 insertions, 0 deletions
diff --git a/packages/tslib/tslib/htcuniversal/.mtn2git_empty b/packages/tslib/tslib/htcuniversal/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/tslib/tslib/htcuniversal/.mtn2git_empty
diff --git a/packages/tslib/tslib/htcuniversal/ts.conf b/packages/tslib/tslib/htcuniversal/ts.conf
new file mode 100644
index 0000000000..09309719f2
--- /dev/null
+++ b/packages/tslib/tslib/htcuniversal/ts.conf
@@ -0,0 +1,5 @@
+module_raw input
+module pthres pmin=1
+module variance delta=30
+module dejitter delta=100
+module linear
diff --git a/packages/tslib/tslib/htcuniversal/tslib.sh b/packages/tslib/tslib/htcuniversal/tslib.sh
new file mode 100644
index 0000000000..39f3ebab10
--- /dev/null
+++ b/packages/tslib/tslib/htcuniversal/tslib.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+TSLIB_TSDEVICE=`detect-stylus --device`
+TSLIB_CONFFILE=/etc/ts.conf
+
+# this one is for making opie happy...
+QWS_MOUSE_PROTO=TPanel:`detect-stylus --device`
+export TSLIB_TSDEVICE TSLIB_CONFFILE QWS_MOUSE_PROTO