Linux Input/HID development
 help / color / mirror / Atom feed
From: Trilok Soni <tsoni@codeaurora.org>
To: chinyeow.sim.xt@renesas.com
Cc: dmitry.torokhov@gmail.com, rydberg@euromail.se,
	linux-input@vger.kernel.org
Subject: Re: [PATCH v3] Input: add ST1232 touchscreen controller driver.
Date: Wed, 15 Dec 2010 14:09:51 +0530	[thread overview]
Message-ID: <4D087ED7.2000101@codeaurora.org> (raw)
In-Reply-To: <1292400728-15521-1-git-send-email-chinyeow.sim.xt@renesas.com>

Hi Tony,

On 12/15/2010 1:42 PM, chinyeow.sim.xt@renesas.com wrote:
> From: Tony SIM <chinyeow.sim.xt@renesas.com>
> 
> 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 <chinyeow.sim.xt@renesas.com>

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.

  reply	other threads:[~2010-12-15  8:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-15  8:12 [PATCH v3] Input: add ST1232 touchscreen controller driver chinyeow.sim.xt
2010-12-15  8:39 ` Trilok Soni [this message]
2010-12-15  9:16 ` Henrik Rydberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D087ED7.2000101@codeaurora.org \
    --to=tsoni@codeaurora.org \
    --cc=chinyeow.sim.xt@renesas.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=rydberg@euromail.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox