diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-06-19 21:11:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-19 21:11:04 +0000 |
commit | c7bf372d9cdc4c5cddf6e292781fbd64dd1e2d45 (patch) | |
tree | 921f5575f005b4e5f54a6221a68efe868199921d /packages | |
parent | afa7d51183fc99939810e139a71a01d590eea039 (diff) |
tslib: Add files for HTC Universal.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/tslib/tslib/htcuniversal/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/tslib/tslib/htcuniversal/ts.conf | 5 | ||||
-rw-r--r-- | packages/tslib/tslib/htcuniversal/tslib.sh | 8 | ||||
-rw-r--r-- | packages/tslib/tslib_cvs.bb | 2 |
4 files changed, 14 insertions, 1 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 diff --git a/packages/tslib/tslib_cvs.bb b/packages/tslib/tslib_cvs.bb index 5567ea7064..c96ceab50b 100644 --- a/packages/tslib/tslib_cvs.bb +++ b/packages/tslib/tslib_cvs.bb @@ -5,7 +5,7 @@ SECTION = "base" LICENSE = "LGPL" PV = "0.0+cvs${SRCDATE}" -PR = "r37" +PR = "r38" SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \ file://usec_fix.patch;patch=1 \ |