diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-10-20 13:03:36 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-10-20 13:03:36 +0000 |
commit | 12763780a2fea690941c39a0511293600850076c (patch) | |
tree | f66c29e470f294666096882d44dab91de8f828eb | |
parent | 7c9f18e5c7df1f7bd52ebbe6bd7a308ec679495f (diff) |
tslib 1.0 add configuration file for qemuarm machine - taken from Poky.
-rw-r--r-- | packages/tslib/tslib/qemuarm/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/tslib/tslib/qemuarm/ts.conf | 5 | ||||
-rw-r--r-- | packages/tslib/tslib/qemuarm/tslib.sh | 6 |
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 |