Re: [PATCH v3] Input: add ST1232 touchscreen controller driver.
From: Trilok Soni <hidden>
Date: 2010-12-15 08:39:56
From: Trilok Soni <hidden>
Date: 2010-12-15 08:39:56
Hi Tony, On 12/15/2010 1:42 PM, chinyeow.sim.xt@renesas.com wrote:
From: Tony SIM <redacted> This patch set introduces for Sitronix ST1232 touchscreen controller driver. This is an integrated capacitive touchscreen with LCD module which can detect two fingers's touch X/Y coordinate. Signed-off-by: Tony SIM <redacted>
Thanks for submitting 3rd version. We are getting closer to acceptance :)
+struct st1232_ts_data {
+ struct i2c_client *client;
+ struct input_dev *input_dev;
+ struct delayed_work work;work is not used anymore. Please remove.
+ struct st1232_ts_finger finger[MAX_FINGERS]; +}; +
---Trilok Soni -- Sent by a consultant of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.