Re: [PATCH synaptics] On clickpads with two touchpoints, try to detect clickfinger 3 actions

2013-12-16 Thread Matt Turner
On Sun, Dec 15, 2013 at 3:49 PM, Peter Hutterer peter.hutte...@who-t.net wrote: Some touchpads provide BTN_TOOL_TRIPLETAP but do not track more than two touchpoints. For those, try to detect clickfinger3 actions as best as we can. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net ---

Re: [PATCH synaptics] On clickpads with two touchpoints, try to detect clickfinger 3 actions

2013-12-16 Thread Peter Hutterer
On Mon, Dec 16, 2013 at 01:02:41AM -0800, Matt Turner wrote: On Sun, Dec 15, 2013 at 3:49 PM, Peter Hutterer peter.hutte...@who-t.net wrote: Some touchpads provide BTN_TOOL_TRIPLETAP but do not track more than two touchpoints. For those, try to detect clickfinger3 actions as best as we

[PATCH synaptics] On clickpads with two touchpoints, try to detect clickfinger 3 actions

2013-12-15 Thread Peter Hutterer
Some touchpads provide BTN_TOOL_TRIPLETAP but do not track more than two touchpoints. For those, try to detect clickfinger3 actions as best as we can. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/synaptics.c | 22 ++ 1 file changed, 22 insertions(+) diff