Re: [PATCH libinput 4/6] touchpad: disable gestures on Synaptics semi-mt touchpads

2015-07-31 Thread Hans de Goede
Hi, On 31-07-15 01:51, Peter Hutterer wrote: On Thu, Jul 30, 2015 at 04:34:14PM +0200, Hans de Goede wrote: Hi, On 30-07-15 14:31, Hans de Goede wrote: Hi, On 30-07-15 08:11, Peter Hutterer wrote: Follow-up to eb146677e, if we disable 2fg scrolling on those touchpads we should also disable

Re: [PATCH libinput 4/6] touchpad: disable gestures on Synaptics semi-mt touchpads

2015-07-30 Thread Peter Hutterer
On Thu, Jul 30, 2015 at 04:34:14PM +0200, Hans de Goede wrote: > Hi, > > On 30-07-15 14:31, Hans de Goede wrote: > >Hi, > > > >On 30-07-15 08:11, Peter Hutterer wrote: > >>Follow-up to eb146677e, if we disable 2fg scrolling on those touchpads we > >>should also disable gestures. The data doesn't m

Re: [PATCH libinput 4/6] touchpad: disable gestures on Synaptics semi-mt touchpads

2015-07-30 Thread Hans de Goede
Hi, On 30-07-15 14:31, Hans de Goede wrote: Hi, On 30-07-15 08:11, Peter Hutterer wrote: Follow-up to eb146677e, if we disable 2fg scrolling on those touchpads we should also disable gestures. The data doesn't magically become more useful. I think we should wait with doing this until the scr

Re: [PATCH libinput 4/6] touchpad: disable gestures on Synaptics semi-mt touchpads

2015-07-30 Thread Hans de Goede
Hi, On 30-07-15 08:11, Peter Hutterer wrote: Follow-up to eb146677e, if we disable 2fg scrolling on those touchpads we should also disable gestures. The data doesn't magically become more useful. I think we should wait with doing this until the scroll situation is more clear, see my last comme

[PATCH libinput 4/6] touchpad: disable gestures on Synaptics semi-mt touchpads

2015-07-29 Thread Peter Hutterer
Follow-up to eb146677e, if we disable 2fg scrolling on those touchpads we should also disable gestures. The data doesn't magically become more useful. Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad-gestures.c | 6 +- test/gestures.c | 8 ++-- 2 files changed, 11