summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-10-20 13:15:17 +0000
committerKoen Kooi <koen@openembedded.org>2006-10-20 13:15:17 +0000
commita1e0f23576174cb4134b28deb3f2eca47bb86bb8 (patch)
treea1a567ecbe92f28719db0b9c3df116392b43510f /packages
parenta00bee6c14e1d2a48faab7ab45723f120f736e62 (diff)
parent12763780a2fea690941c39a0511293600850076c (diff)
merge of 'ba75ce699520265ea15b201913787870af7e0572'
and 'f535484a11d9a7f9de067f6f66a12a8e321e6a0b'
Diffstat (limited to 'packages')
-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