Re: [PATCH weston] evdev-touchpad: Disable tap FSM by default on touchpads with button pads

2013-03-27 Thread Kristian Høgsberg
On Fri, Mar 22, 2013 at 08:41:42AM +0100, Jonas Ådahl wrote: > Signed-off-by: Jonas Ådahl > --- > > Hi, > > Haven't tested this on a clickpad, but it should disable the tapping > feature for clickpads and other touchpads that advertise the existance > of a buttonpad. That works for here, thanks

[PATCH weston] evdev-touchpad: Disable tap FSM by default on touchpads with button pads

2013-03-22 Thread Jonas Ådahl
Signed-off-by: Jonas Ådahl --- Hi, Haven't tested this on a clickpad, but it should disable the tapping feature for clickpads and other touchpads that advertise the existance of a buttonpad. Jonas src/evdev-touchpad.c | 17 + 1 file changed, 17 insertions(+) diff --git a/sr