From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753891Ab0CWDEM (ORCPT ); Mon, 22 Mar 2010 23:04:12 -0400 Received: from mail-iw0-f176.google.com ([209.85.223.176]:50041 "EHLO mail-iw0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750858Ab0CWDEL convert rfc822-to-8bit (ORCPT ); Mon, 22 Mar 2010 23:04:11 -0400 MIME-Version: 1.0 In-Reply-To: <1269310058-10894-1-git-send-email-cheiny@synaptics.com> References: <1269310058-10894-1-git-send-email-cheiny@synaptics.com> Date: Mon, 22 Mar 2010 20:04:09 -0700 Message-ID: Subject: Re: [RFC PATCH 0/1] input/touchscreen: Synaptics Touchscreen Driver From: =?ISO-8859-1?Q?Arve_Hj=F8nnev=E5g?= To: Christopher Heiny Cc: Dmitry Torokhov , Jean Delvare , Linux Kernel , Linux Input , Allie Xiong , William Manson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 22, 2010 at 7:07 PM, Christopher Heiny wrote: ... > There are two existing drivers for similar Synaptics devices in the > current kernel tree (excluding the PS/2 touchpad driver).  These are: > > ./linux-2.6/drivers/input/mouse/synaptics_i2c.c >      A driver for the Exeda 15mm touchpad, written by Mike Rapoport >       and Igor Grinberg > > ./linux-2.6/drivers/staging/dream/synaptics_i2c_rmi.c >      A driver for the HTC Dream ClearPad, written by Arve Hjønnevåg >       > > We have not extended these drivers for a couple of reasons.  First, the > two drivers are specific to particular Synaptics products, and it is our > desire to produce a general solution that takes advantage of the 'self > describing' features of products that use the RMI protocol. > Do you plan to add platform data to align the reported touchscreen data with the screen behind it, or do the new hardware allow the the firmware handle this? In the past we even needed separate parameters for different firmware versions (seen in drivers/staging/dream/synaptics_i2c_rmi.h). -- Arve Hjønnevåg