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

Reply via email to