Re: [PATCH v4 libinput] touchpad: add a TOUCH_HOVERING state

2015-01-14 Thread Hans de Goede
Hi, On 14-01-15 07:21, Peter Hutterer wrote: Some touchpads provide touch information while the finger hovers over the touchpad, i.e. before BTN_TOUCH. Add a touch state for those touchpads so we can ignore the touches until they actually start. The approach is now: instead of BEGIN we mark a n

[PATCH v4 libinput] touchpad: add a TOUCH_HOVERING state

2015-01-13 Thread Peter Hutterer
Some touchpads provide touch information while the finger hovers over the touchpad, i.e. before BTN_TOUCH. Add a touch state for those touchpads so we can ignore the touches until they actually start. The approach is now: instead of BEGIN we mark a new touch as HOVERING. Use the BTN_TOOL_FINGER, B