All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Jian-Jhong Ding <jj_ding-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org>
Cc: Scott Liu <scott.liu-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org>,
	linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Benjamin Tissoires
	<benjamin.tissoires-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Jesse <jesse-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org>,
	Vincent Wang
	<vincent.wang-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org>,
	Paul <paul.liang-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org>
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-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org>

On Mon, Oct 22, 2012 at 11:47:42AM +0800, Jian-Jhong Ding wrote:
> Scott Liu <scott.liu-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org> 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

WARNING: multiple messages have this Message-ID (diff)
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

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

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-16 21:57 [PATCH v1] Support Elan Touchscreen eKTF product Scott Liu
     [not found] ` <1350424679-20725-1-git-send-email-scott.liu-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org>
2012-10-22  3:47   ` Jian-Jhong Ding
2012-10-22  3:47     ` Jian-Jhong Ding
     [not found]     ` <87hapnnp5t.fsf-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org>
2012-10-22 16:07       ` Dmitry Torokhov [this message]
2012-10-22 16:07         ` Dmitry Torokhov
     [not found]         ` <20121022160705.GC13791-WlK9ik9hQGAhIp7JRqBPierSzoNAToWh@public.gmane.org>
2012-10-22 17:12           ` Benjamin Tissoires
2012-10-22 17:12             ` Benjamin Tissoires
     [not found]             ` <CAN+gG=HyzcRnp_Bd=WRq2Hn_5QKCVCjvFjXCvO1xXbAcyBOJfQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-10-23  3:55               ` 劉嘉駿
2012-10-23  3:55                 ` 劉嘉駿
2012-10-23  2:14           ` Jian-Jhong Ding
2012-10-23  2:14             ` Jian-Jhong Ding
     [not found]             ` <87pq4aq6if.fsf-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org>
2012-10-23  8:30               ` 劉嘉駿
2012-10-23  8:30                 ` 劉嘉駿
2012-10-23  2:57       ` 劉嘉駿
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-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=benjamin.tissoires-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=jesse-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org \
    --cc=jj_ding-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org \
    --cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=paul.liang-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org \
    --cc=scott.liu-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org \
    --cc=vincent.wang-9cfG7bMpBgR9nmWX13WWKA@public.gmane.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.