From 513d3e381301460afaab9c4f7887de9e47955dc9 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 4 Dec 2011 18:05:40 +0200 Subject: [PATCH] tslib: tune omap3-pandora config pthres is unneeded here, variance and dejitter are useless for hires touchscreens, use the new lowpass module instead. --- recipes/tslib/tslib.inc | 2 +- recipes/tslib/tslib/omap3-pandora/ts.conf | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes/tslib/tslib.inc b/recipes/tslib/tslib.inc index 4d75c5a45f..1ab2bc4942 100644 --- a/recipes/tslib/tslib.inc +++ b/recipes/tslib/tslib.inc @@ -3,7 +3,7 @@ HOMEPAGE = "http://tslib.berlios.de/" AUTHOR = "Russell King w/ plugins by Chris Larson et. al." SECTION = "base" LICENSE = "LGPLv2" -INC_PR = "r23" +INC_PR = "r24" SRC_URI += "\ file://ts.conf \ diff --git a/recipes/tslib/tslib/omap3-pandora/ts.conf b/recipes/tslib/tslib/omap3-pandora/ts.conf index 7b5271c60e..fc431f7ae6 100644 --- a/recipes/tslib/tslib/omap3-pandora/ts.conf +++ b/recipes/tslib/tslib/omap3-pandora/ts.conf @@ -2,7 +2,5 @@ module_raw input -module pthres pmin=1 -module variance delta=30 -module dejitter delta=100 +module lowpass threshold=3 factor=0.75 module linear -- 2.39.5