Re: [PATCH libinput 6/6] tablet: add touch arbitration

2016-09-01 Thread Peter Hutterer
On Thu, Sep 01, 2016 at 03:48:39PM -0700, Jason Gerecke wrote: > The first 5 patches look fine, but I have a few questions about this > one, especially in the unit tests: > [...] > > @@ -1466,6 +1500,16 @@ tablet_process(struct evdev_dispatch *dispatch, > > } > > > > static void > > +tablet_su

Re: [PATCH libinput 6/6] tablet: add touch arbitration

2016-09-01 Thread Jason Gerecke
The first 5 patches look fine, but I have a few questions about this one, especially in the unit tests: On 08/21/2016 11:14 PM, Peter Hutterer wrote: > So far we've relied on the wacom kernel module to do touch arbitration for us > but that won't be the case in upcoming kernels. Implement touch ar

[PATCH libinput 6/6] tablet: add touch arbitration

2016-08-23 Thread Peter Hutterer
So far we've relied on the wacom kernel module to do touch arbitration for us but that won't be the case in upcoming kernels. Implement touch arbitration in userspace by pairing the two devices and suspending the touch device whenever a tool comes into proximity. In the future more sophisticated a