Re: [PATCH 0/7] HID: multitouch: support of hybrid finger/pen devices

2013-03-19 Thread Henrik Rydberg
Hi Jiri, Benjamin, > > So the solution consists in relying inconditionaly to the quirk MULTI_INPUT > > for > > hid-multitouch. Before registering the input device in hid-input, we can > > test if > > it has been populated, and if not, then we simply don't register it. In > > order to > >

Re: [PATCH 0/7] HID: multitouch: support of hybrid finger/pen devices

2013-03-19 Thread Henrik Rydberg
Hi Jiri, Benjamin, So the solution consists in relying inconditionaly to the quirk MULTI_INPUT for hid-multitouch. Before registering the input device in hid-input, we can test if it has been populated, and if not, then we simply don't register it. In order to prevent a

Re: [PATCH 0/7] HID: multitouch: support of hybrid finger/pen devices

2013-03-18 Thread Jiri Kosina
On Wed, 27 Feb 2013, Benjamin Tissoires wrote: > So the solution consists in relying inconditionaly to the quirk MULTI_INPUT > for > hid-multitouch. Before registering the input device in hid-input, we can test > if > it has been populated, and if not, then we simply don't register it. In order

Re: [PATCH 0/7] HID: multitouch: support of hybrid finger/pen devices

2013-03-18 Thread Jiri Kosina
On Wed, 27 Feb 2013, Benjamin Tissoires wrote: So the solution consists in relying inconditionaly to the quirk MULTI_INPUT for hid-multitouch. Before registering the input device in hid-input, we can test if it has been populated, and if not, then we simply don't register it. In order to

[PATCH 0/7] HID: multitouch: support of hybrid finger/pen devices

2013-02-27 Thread Benjamin Tissoires
Hi guys, Here is the support of hybrid devices presenting pen and touch at the same time. I don't think it's possible to split the handling of the different reports by several hid drivers unless deepest changes in the HID core subsystem. The main problem is the control of the underlaying

[PATCH 0/7] HID: multitouch: support of hybrid finger/pen devices

2013-02-27 Thread Benjamin Tissoires
Hi guys, Here is the support of hybrid devices presenting pen and touch at the same time. I don't think it's possible to split the handling of the different reports by several hid drivers unless deepest changes in the HID core subsystem. The main problem is the control of the underlaying