[PATCH 2/3] touchpad: When a clickpad is clicked post combined motion of all touches

2014-12-09 Thread Hans de Goede
When clicking a clickpad the user may want to switch fingers to move the pointer around, without lifting so as to not release the button. Switch to using combined motion of all touches when a clickpad is clicked to allow this. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=86807

Re: [PATCH 2/3] touchpad: When a clickpad is clicked post combined motion of all touches

2014-12-09 Thread Peter Hutterer
On Tue, Dec 09, 2014 at 12:47:10PM +0100, Hans de Goede wrote: When clicking a clickpad the user may want to switch fingers to move the pointer around, without lifting so as to not release the button. Switch to using combined motion of all touches when a clickpad is clicked to allow this.