aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tslib
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-10-20 13:03:36 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-10-20 13:03:36 +0000
commit12763780a2fea690941c39a0511293600850076c (patch)
treef66c29e470f294666096882d44dab91de8f828eb /packages/tslib
parent7c9f18e5c7df1f7bd52ebbe6bd7a308ec679495f (diff)
downloadopenembedded-12763780a2fea690941c39a0511293600850076c.tar.gz
tslib 1.0 add configuration file for qemuarm machine - taken from Poky.
Diffstat (limited to 'packages/tslib')
-rw-r--r--packages/tslib/tslib/qemuarm/.mtn2git_empty0
-rw-r--r--packages/tslib/tslib/qemuarm/ts.conf5
-rw-r--r--packages/tslib/tslib/qemuarm/tslib.sh6
3 files changed, 11 insertions, 0 deletions
diff --git a/packages/tslib/tslib/qemuarm/.mtn2git_empty b/packages/tslib/tslib/qemuarm/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/tslib/tslib/qemuarm/.mtn2git_empty
diff --git a/packages/tslib/tslib/qemuarm/ts.conf b/packages/tslib/tslib/qemuarm/ts.conf
new file mode 100644
index 0000000000..09309719f2
--- /dev/null
+++ b/packages/tslib/tslib/qemuarm/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/qemuarm/tslib.sh b/packages/tslib/tslib/qemuarm/tslib.sh
new file mode 100644
index 0000000000..0bc0d454e7
--- /dev/null
+++ b/packages/tslib/tslib/qemuarm/tslib.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+TSLIB_TSDEVICE=/dev/input/touchscreen0
+TSLIB_TSEVENTTYPE=INPUT
+
+export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE