From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756792Ab1CaCfO (ORCPT ); Wed, 30 Mar 2011 22:35:14 -0400 Received: from us-mx4.synaptics.com ([12.178.49.178]:55898 "EHLO us-mx4.synaptics.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755543Ab1CaCfM (ORCPT ); Wed, 30 Mar 2011 22:35:12 -0400 X-PGP-Universal: processed; by securemail.synaptics.com on Wed, 30 Mar 2011 18:20:10 -0800 Message-ID: <4D93E85D.6080204@synaptics.com> Date: Wed, 30 Mar 2011 19:35:09 -0700 From: Christopher Heiny Organization: Synaptics, Inc User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Thunderbird/3.1.9 MIME-Version: 1.0 To: Dmitry Torokhov CC: Jean Delvare , Linux Kernel , Linux Input , Allie Xiong , William Manson , Joerie de Gram , Linus Walleij , Naveen Kumar Gaddipati Subject: Re: [PATCH 0/3] input/touchscreen: Synaptics RMI4 Touchscreen Driver References: <1301493927-30237-1-git-send-email-cheiny@synaptics.com> <20110330200238.GA9493@core.coreip.homeip.net> In-Reply-To: <20110330200238.GA9493@core.coreip.homeip.net> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/30/2011 01:02 PM, Dmitry Torokhov wrote: > Hi Chris, > > On Wed, Mar 30, 2011 at 07:05:24AM -0700, Christopher Heiny wrote: >> This patch implements a driver supporting Synaptics ClearPad and other >> touchscreens that use the RMI4 protocol, as defined here: >> >> http://www.synaptics.com/sites/default/files/511-000136-01_revD.pdf >> >> This patch is against the v2.6.38 tag of Linus' kernel tree, commit >> 521cb40b0c44418a4fd36dc633f575813d59a43d. Note that previous patches >> were against the synaptics-rmi4 branch of Dmitry Torokhov's input >> tree. At Dmitry's request, we have switched the base for our work >> to v2.6.38 - this should make it easier for people to pick up and >> test this and future patches. >> > > The source as sumitted is quite "dirty" i.e. littered with multiple #if > 0...#endif etc. Cooudl you please clean it up and resubmit so that > unneeded details/code would not get into the way of reviiewing the > driver? I've done some tidy up. Two #if 0's still exist, surrounding code that causes problems on some dev systems. The remaining #if 0's have been removed or converted to a more conventional and compact approach that shouldn't interfere with understanding the code. I've also removed a bunch of extraneous printks. Patch to follow in a few minutes. Chris