Re: [PATCH v1] Support Elan Touchscreen eKTF product.

From: Dmitry Torokhov
Date: Mon Oct 22 2012 - 12:07:12 EST


On Mon, Oct 22, 2012 at 11:47:42AM +0800, Jian-Jhong Ding wrote:
> Scott Liu <scott.liu@xxxxxxxxxx> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/