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

2012-10-23 Thread 劉嘉駿
com.tw] > Sent: Tuesday, October 23, 2012 10:15 AM > To: Dmitry Torokhov > Cc: Scott Liu; linux-in...@vger.kernel.org; linux-...@vger.kernel.org; > linux-kernel@vger.kernel.org; Benjamin Tissoires; Jesse; Vincent Wang; Paul > Subject: Re: [PATCH v1] Support Elan Touchscreen eKTF product.

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

2012-10-23 Thread 劉嘉駿
: Tuesday, October 23, 2012 10:15 AM To: Dmitry Torokhov Cc: Scott Liu; linux-in...@vger.kernel.org; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; Benjamin Tissoires; Jesse; Vincent Wang; Paul Subject: Re: [PATCH v1] Support Elan Touchscreen eKTF product. Dmitry Torokhov

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

2012-10-22 Thread 劉嘉駿
.kernel.org; Jesse; Vincent Wang; Paul > Subject: Re: [PATCH v1] Support Elan Touchscreen eKTF product. > > On Mon, Oct 22, 2012 at 6:07 PM, Dmitry Torokhov > wrote: > > On Mon, Oct 22, 2012 at 11:47:42AM +0800, Jian-Jhong Ding wrote: > >> Scott Liu writes: > >> &g

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

2012-10-22 Thread Jian-Jhong Ding
Dmitry Torokhov writes: > On Mon, Oct 22, 2012 at 11:47:42AM +0800, Jian-Jhong Ding wrote: >> 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

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

2012-10-22 Thread Benjamin Tissoires
On Mon, Oct 22, 2012 at 6:07 PM, Dmitry Torokhov wrote: > On Mon, Oct 22, 2012 at 11:47:42AM +0800, Jian-Jhong Ding wrote: >> Scott Liu writes: >> > + >> > +struct mt_device { >> > + struct mt_slot curdata; /* placeholder of incoming data */ >> > + __u8 num_received; /* how many

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

2012-10-22 Thread Dmitry Torokhov
On Mon, Oct 22, 2012 at 11:47:42AM +0800, Jian-Jhong Ding wrote: > Scott Liu writes: > > + > > +struct mt_device { > > + struct mt_slot curdata; /* placeholder of incoming data */ > > + __u8 num_received; /* how many contacts we received */ > > + __u8 num_expected; /* expected

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

2012-10-22 Thread Dmitry Torokhov
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; /*

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

2012-10-22 Thread Benjamin Tissoires
On Mon, Oct 22, 2012 at 6:07 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: 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

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

2012-10-22 Thread Jian-Jhong Ding
Dmitry Torokhov dmitry.torok...@gmail.com writes: On Mon, Oct 22, 2012 at 11:47:42AM +0800, Jian-Jhong Ding wrote: 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

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

2012-10-22 Thread 劉嘉駿
; Paul Subject: Re: [PATCH v1] Support Elan Touchscreen eKTF product. On Mon, Oct 22, 2012 at 6:07 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Mon, Oct 22, 2012 at 11:47:42AM +0800, Jian-Jhong Ding wrote: Scott Liu scott@emc.com.tw writes: + +struct mt_device