Re: [PATCH libinput 5/3] touchpad: accumulate the initial scroll edge delta

2015-03-08 Thread Peter Hutterer
On Fri, Mar 06, 2015 at 11:49:37AM +0100, Hans de Goede wrote: > Hi, > > On 06-03-15 06:44, Peter Hutterer wrote: > >The previous setting of 10 wasn't 10 mm, it was used against the deltas > >normalized to a 1000DPI mouse, i.e. closer to 4mm. It was also also > >per-event, > >so a slow movement o

Re: [PATCH libinput 5/3] touchpad: accumulate the initial scroll edge delta

2015-03-06 Thread Hans de Goede
Hi, On 06-03-15 06:44, Peter Hutterer wrote: The previous setting of 10 wasn't 10 mm, it was used against the deltas normalized to a 1000DPI mouse, i.e. closer to 4mm. It was also also per-event, so a slow movement or a high-frequency touchpad can struggle to meet the threshold. Change the trig

[PATCH libinput 5/3] touchpad: accumulate the initial scroll edge delta

2015-03-05 Thread Peter Hutterer
The previous setting of 10 wasn't 10 mm, it was used against the deltas normalized to a 1000DPI mouse, i.e. closer to 4mm. It was also also per-event, so a slow movement or a high-frequency touchpad can struggle to meet the threshold. Change the trigger to be ~5 mm from the initial touch down, acc