From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752138Ab0GMGu4 (ORCPT ); Tue, 13 Jul 2010 02:50:56 -0400 Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]:50082 "EHLO ch-smtp01.sth.basefarm.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751003Ab0GMGuy (ORCPT ); Tue, 13 Jul 2010 02:50:54 -0400 Message-ID: <4C3C0C36.5080608@euromail.se> Date: Tue, 13 Jul 2010 08:48:22 +0200 From: Henrik Rydberg User-Agent: Thunderbird 2.0.0.24 (X11/20100411) MIME-Version: 1.0 To: Kevin McNeely CC: Dmitry Torokhov , David Brown , Trilok Soni , Fred , Samuel Ortiz , Eric Miao , Mark Brown , Simtec Linux Team , Arnaud Patard , Antonio Ospite , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] i2c: cyttsp i2c touchscreen driver init submit References: <1278968210-6827-1-git-send-email-kev@cypress.com> In-Reply-To: <1278968210-6827-1-git-send-email-kev@cypress.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 83.248.196.134 X-Scan-Result: No virus found in message 1OYZI7-0004mx-3W. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1OYZI7-0004mx-3W 6a840304fb0d67e778c8386ce15e1028 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Kevin McNeely wrote: > From: Fred > > This is a new touchscreen driver for the Cypress Semiconductor > cyttsp family of devices. This driver is for the i2c version > of cyttsp parts. > > Signed-off-by: Kevin McNeely > --- This driver contains too much code. I am wondering if the device actually supports tracking id, or whether it is emulated in the driver code? If tracking is not well supported in hardware, then please use MT protocol A and remove the usage of ABS_MT_TRACKING_ID and the logic around it. If tracking is indeed well supported in the hardware, then please use MT protocol B. Thanks, Henrik