Re: [PATCH libinput 3/3] touchpad: add support for per-finger hovering information

2015-05-06 Thread Peter Hutterer
On Wed, May 06, 2015 at 05:51:08PM -0400, Benjamin Tissoires wrote: > On Wed, May 6, 2015 at 5:33 PM, Peter Hutterer > wrote: > > On Wed, May 06, 2015 at 10:45:20AM -0400, Benjamin Tissoires wrote: > >> On Wed, May 6, 2015 at 1:08 AM, Peter Hutterer > >> wrote: > >> > On Thu, Apr 30, 2015 at 04

Re: [PATCH libinput 3/3] touchpad: add support for per-finger hovering information

2015-05-06 Thread Benjamin Tissoires
On Wed, May 6, 2015 at 5:33 PM, Peter Hutterer wrote: > On Wed, May 06, 2015 at 10:45:20AM -0400, Benjamin Tissoires wrote: >> On Wed, May 6, 2015 at 1:08 AM, Peter Hutterer >> wrote: >> > On Thu, Apr 30, 2015 at 04:30:25PM -0400, Benjamin Tissoires wrote: >> >> From: Benjamin Tissoires >> >> >

Re: [PATCH libinput 3/3] touchpad: add support for per-finger hovering information

2015-05-06 Thread Peter Hutterer
On Wed, May 06, 2015 at 10:45:20AM -0400, Benjamin Tissoires wrote: > On Wed, May 6, 2015 at 1:08 AM, Peter Hutterer > wrote: > > On Thu, Apr 30, 2015 at 04:30:25PM -0400, Benjamin Tissoires wrote: > >> From: Benjamin Tissoires > >> > >> When the device supports true hovering, it reports this >

Re: [PATCH libinput 3/3] touchpad: add support for per-finger hovering information

2015-05-06 Thread Benjamin Tissoires
On Wed, May 6, 2015 at 1:08 AM, Peter Hutterer wrote: > On Thu, Apr 30, 2015 at 04:30:25PM -0400, Benjamin Tissoires wrote: >> From: Benjamin Tissoires >> >> When the device supports true hovering, it reports this >> information through ABS_MT_DISTANCE. >> When this axis is available, we should r

Re: [PATCH libinput 3/3] touchpad: add support for per-finger hovering information

2015-05-05 Thread Peter Hutterer
On Thu, Apr 30, 2015 at 04:30:25PM -0400, Benjamin Tissoires wrote: > From: Benjamin Tissoires > > When the device supports true hovering, it reports this > information through ABS_MT_DISTANCE. > When this axis is available, we should rely on it to > (un)hover the touches as BTN_TOUCH is most of

[PATCH libinput 3/3] touchpad: add support for per-finger hovering information

2015-04-30 Thread Benjamin Tissoires
From: Benjamin Tissoires When the device supports true hovering, it reports this information through ABS_MT_DISTANCE. When this axis is available, we should rely on it to (un)hover the touches as BTN_TOUCH is most of the time unreliable (generated by the mouse emulation in the kernel). Signed-of