tslib 1.0 add configuration file for qemuarm machine - taken from Poky.
authorMichael Lauer <mickey@vanille-media.de>
Fri, 20 Oct 2006 13:03:36 +0000 (13:03 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 20 Oct 2006 13:03:36 +0000 (13:03 +0000)
packages/tslib/tslib/qemuarm/.mtn2git_empty [new file with mode: 0644]
packages/tslib/tslib/qemuarm/ts.conf [new file with mode: 0644]
packages/tslib/tslib/qemuarm/tslib.sh [new file with mode: 0644]

diff --git a/packages/tslib/tslib/qemuarm/.mtn2git_empty b/packages/tslib/tslib/qemuarm/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/tslib/tslib/qemuarm/ts.conf b/packages/tslib/tslib/qemuarm/ts.conf
new file mode 100644 (file)
index 0000000..0930971
--- /dev/null
@@ -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 (file)
index 0000000..0bc0d45
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+TSLIB_TSDEVICE=/dev/input/touchscreen0
+TSLIB_TSEVENTTYPE=INPUT
+
+export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE