public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Jian-Jhong Ding <jj_ding@emc.com.tw>
Cc: Scott Liu <scott.liu@emc.com.tw>,
	linux-input@vger.kernel.org, linux-i2c@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Benjamin Tissoires <benjamin.tissoires@gmail.com>,
	Jesse <jesse@emc.com.tw>, Vincent Wang <vincent.wang@emc.com.tw>,
	Paul <paul.liang@emc.com.tw>
Subject: Re: [PATCH v1] Support Elan Touchscreen eKTF product.
Date: Mon, 22 Oct 2012 09:07:05 -0700	[thread overview]
Message-ID: <20121022160705.GC13791@core.coreip.homeip.net> (raw)
In-Reply-To: <87hapnnp5t.fsf@emc.com.tw>

On Mon, Oct 22, 2012 at 11:47:42AM +0800, Jian-Jhong Ding wrote:
> Scott Liu <scott.liu@emc.com.tw> writes:
> > +
> > +struct mt_device {
> > +	struct mt_slot curdata;	/* placeholder of incoming data */
> > +	__u8 num_received;	/* how many contacts we received */
> > +	__u8 num_expected;	/* expected last contact index */
> > +	__u8 maxcontacts;
> > +	bool curvalid;		/* is the current contact valid? */
> > +	struct mt_slot *slots;
> > +};
> 
> With Benjamin's i2c-hid implimentation, is it possible to make
> hid-multitouch not depend on USBHID and reuse it to drive this device?

Exactly. Before looking any further - is this the same part that Tom Lin
posted a driver for earlier this summer?

Thanks.

-- 
Dmitry

  reply	other threads:[~2012-10-22 16:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-16 21:57 [PATCH v1] Support Elan Touchscreen eKTF product Scott Liu
2012-10-22  3:47 ` Jian-Jhong Ding
2012-10-22 16:07   ` Dmitry Torokhov [this message]
2012-10-22 17:12     ` Benjamin Tissoires
2012-10-23  3:55       ` 劉嘉駿
2012-10-23  2:14     ` Jian-Jhong Ding
2012-10-23  8:30       ` 劉嘉駿
2012-10-23  2:57   ` 劉嘉駿

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=20121022160705.GC13791@core.coreip.homeip.net \
    --to=dmitry.torokhov@gmail.com \
    --cc=benjamin.tissoires@gmail.com \
    --cc=jesse@emc.com.tw \
    --cc=jj_ding@emc.com.tw \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paul.liang@emc.com.tw \
    --cc=scott.liu@emc.com.tw \
    --cc=vincent.wang@emc.com.tw \
    /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