tslib: Add files for HTC Universal.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 19 Jun 2006 21:11:04 +0000 (21:11 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 19 Jun 2006 21:11:04 +0000 (21:11 +0000)
packages/tslib/tslib/htcuniversal/.mtn2git_empty [new file with mode: 0644]
packages/tslib/tslib/htcuniversal/ts.conf [new file with mode: 0644]
packages/tslib/tslib/htcuniversal/tslib.sh [new file with mode: 0644]
packages/tslib/tslib_cvs.bb

diff --git a/packages/tslib/tslib/htcuniversal/.mtn2git_empty b/packages/tslib/tslib/htcuniversal/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/tslib/tslib/htcuniversal/ts.conf b/packages/tslib/tslib/htcuniversal/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/htcuniversal/tslib.sh b/packages/tslib/tslib/htcuniversal/tslib.sh
new file mode 100644 (file)
index 0000000..39f3eba
--- /dev/null
@@ -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
index 5567ea7..c96ceab 100644 (file)
@@ -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 \