Re: [PATCH v2] touchpad: add support for per-finger hovering information

2015-05-06 Thread Peter Hutterer
On Wed, May 06, 2015 at 07:41:25PM -0400, Benjamin Tissoires wrote: > 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 (generate

[PATCH v2] touchpad: add support for per-finger hovering information

2015-05-06 Thread 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-off-by: Benjamin Tissoires -