From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Subject: Re: OMAP tsc210x touchscreens? Date: Mon, 29 Oct 2007 17:20:44 +0100 Message-ID: <4726085C.2010009@googlemail.com> References: <4725FC94.6080808@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: andrzej zaborowski Cc: linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org andrzej zaborowski wrote: > Hi, > > On 29/10/2007, Dirk Behme wrote: > >>Because of [1] I looked into drivers/input/touchscreen/omap/ts_hx.c >>what need to be done there. And, mmh, looks like >> >>drivers/input/touchscreen/omap >> >>can/should be completely removed? I couldn't find any Kconfig using >>TOUCHSCREEN_OMAP, so touchscreen/omap will never compile? >> >>Instead, touchscreen/tsc210x_ts.c should be used? tsc2102_ts.c is >>outdated and replaced by tsc210x_ts.c now as well? > > > Yes, kindof, the tsc210x* files were supposed to replace tsc2101* and > tsc2102* but tsc210x completely doesn't support audio yet, Anything in touchscreen/* should be completely independent from audio? In touchscreen/* tsc210x* should be sufficent then and tsc2102* & omap/* in *input/touchscreen* are redundant? Dirk