From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp2-g21.free.fr ([212.27.42.2]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RDtr4-0006H6-5S for openembedded-core@lists.openembedded.org; Wed, 12 Oct 2011 10:07:58 +0200 Received: from [192.168.1.15] (unknown [82.240.38.71]) by smtp2-g21.free.fr (Postfix) with ESMTP id 5C1114B02E6; Wed, 12 Oct 2011 10:02:13 +0200 (CEST) Message-ID: <4E954984.7020202@eukrea.com> Date: Wed, 12 Oct 2011 10:02:12 +0200 From: =?ISO-8859-1?Q?Eric_B=E9nard?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <49a800f40bd08aa23d227dccafd34b3e59a7ccb5.1318405370.git.Martin.Jansa@gmail.com> In-Reply-To: <49a800f40bd08aa23d227dccafd34b3e59a7ccb5.1318405370.git.Martin.Jansa@gmail.com> Cc: Martin Jansa Subject: Re: [oe-core 1/4] qt4-embedded: remove dependency on tslib and use std. linux input X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2011 08:07:58 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Hi, Le 12/10/2011 09:45, Martin Jansa a =E9crit : > From: Simon Busch > > In most cases we don't need tslib in std. configuration as touchscreen = access in most > devices today is done with linux input interface. If some specific mach= ine has a need for > tslib support it should add the dependency in it's machine layer again = and modify the > profile script accordingly. > When using a resistive touchscreen, tslib is a common solution to handle=20 calibration and raw value processing : do you think this is a good thing = to=20 remove this ? Eric