Re: [PATCH libinput 10/20] touchpad: Add tp_button_touch_active function

2014-05-20 Thread Hans de Goede
Hi, On 04/24/2014 07:21 AM, Peter Hutterer wrote: On Tue, Apr 15, 2014 at 02:28:07PM +0200, Hans de Goede wrote: We don't want touches in the button area to cause the pointer to move, add a tp_button_touch_active function which the main code in evdev-mt-touchpad can call to see if a touch

Re: [PATCH libinput 10/20] touchpad: Add tp_button_touch_active function

2014-04-25 Thread Jonas Ådahl
On Fri, Apr 25, 2014 at 08:27:17AM +0200, Hans de Goede wrote: Hi, On 04/24/2014 09:16 PM, Jonas Ådahl wrote: On Tue, Apr 15, 2014 at 02:28:07PM +0200, Hans de Goede wrote: We don't want touches in the button area to cause the pointer to move, add a tp_button_touch_active function which

Re: [PATCH libinput 10/20] touchpad: Add tp_button_touch_active function

2014-04-24 Thread Jonas Ådahl
On Tue, Apr 15, 2014 at 02:28:07PM +0200, Hans de Goede wrote: We don't want touches in the button area to cause the pointer to move, add a tp_button_touch_active function which the main code in evdev-mt-touchpad can call to see if a touch should be consider a candidate for being the pointer,

Re: [PATCH libinput 10/20] touchpad: Add tp_button_touch_active function

2014-04-23 Thread Peter Hutterer
On Tue, Apr 15, 2014 at 02:28:07PM +0200, Hans de Goede wrote: We don't want touches in the button area to cause the pointer to move, add a tp_button_touch_active function which the main code in evdev-mt-touchpad can call to see if a touch should be consider a candidate for being the pointer,

[PATCH libinput 10/20] touchpad: Add tp_button_touch_active function

2014-04-15 Thread Hans de Goede
We don't want touches in the button area to cause the pointer to move, add a tp_button_touch_active function which the main code in evdev-mt-touchpad can call to see if a touch should be consider a candidate for being the pointer, should be taken into account for 2 finger scrolling, etc. The idea