Re: [PATCH v2 libinput 3/6] touchpad: add a TOUCH_HOVERING state

2015-01-09 Thread Hans de Goede
Hi Peter, On 07-01-15 01:14, 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

[PATCH v2 libinput 3/6] touchpad: add a TOUCH_HOVERING state

2015-01-06 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,