From: Richard Purdie Date: Sat, 22 Jan 2005 11:21:30 +0000 (+0000) Subject: tslib: 2.6 corgi now uses the input system for the touchscreen driver. X-Git-Tag: Release-2010-05/1~15360 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3318df90609ccafb1d2e9bccf90fbe07169688a5;p=openembedded.git tslib: 2.6 corgi now uses the input system for the touchscreen driver. BKrev: 41f2373afRpiUr0F59nIUrLX6KFkYQ --- diff --git a/packages/tslib/tslib/openzaurus-pxa-2.6/ts.conf b/packages/tslib/tslib/openzaurus-pxa-2.6/ts.conf index e69de29bb2..09309719f2 100644 --- a/packages/tslib/tslib/openzaurus-pxa-2.6/ts.conf +++ b/packages/tslib/tslib/openzaurus-pxa-2.6/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/openzaurus-pxa-2.6/tslib.sh b/packages/tslib/tslib/openzaurus-pxa-2.6/tslib.sh index e69de29bb2..9c515243a7 100644 --- a/packages/tslib/tslib/openzaurus-pxa-2.6/tslib.sh +++ b/packages/tslib/tslib/openzaurus-pxa-2.6/tslib.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +TSLIB_TSDEVICE=/dev/input/event1 +TSLIB_TSEVENTTYPE=INPUT + +export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE