[oe-commits] Simon Busch : tslib: update ts.conf for palmpre machine

git version control git at git.openembedded.org
Sun Oct 24 11:31:17 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 269252a9b6baef94cc9856718b736ff471067170
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=269252a9b6baef94cc9856718b736ff471067170

Author: Simon Busch <morphis at gravedo.de>
Date:   Sun Oct 24 12:47:31 2010 +0200

tslib: update ts.conf for palmpre machine

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/tslib/tslib/palmpre/ts.conf |    8 ++++----
 recipes/tslib/tslib_git.bb          |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/tslib/tslib/palmpre/ts.conf b/recipes/tslib/tslib/palmpre/ts.conf
index 09d22d4..09b7f93 100644
--- a/recipes/tslib/tslib/palmpre/ts.conf
+++ b/recipes/tslib/tslib/palmpre/ts.conf
@@ -1,7 +1,7 @@
 # Uncomment if you wish to use the linux input layer event interface
 # module_raw input
 
-module_raw cy8mrln_palmpre
+module_raw cy8mrln_palmpre noise=20
 
 # Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d
 # module_raw collie
@@ -22,6 +22,6 @@ module_raw cy8mrln_palmpre
 # module_raw arctic2
 
 # module pthres pmin=1
-# module variance delta=30
-# module dejitter delta=100
-# module linear
+module variance delta=30
+module dejitter delta=100
+module linear
diff --git a/recipes/tslib/tslib_git.bb b/recipes/tslib/tslib_git.bb
index b62cf89..9b177d7 100644
--- a/recipes/tslib/tslib_git.bb
+++ b/recipes/tslib/tslib_git.bb
@@ -2,7 +2,7 @@ SRC_URI = "git://github.com/kergoth/tslib.git;protocol=git"
 S = "${WORKDIR}/git"
 SRCREV = "5243db505b109df3001f"
 PV = "1.0+gitr${SRCPV}"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
 
 DEFAULT_PREFERENCE = "-1"
 





More information about the Openembedded-commits mailing list