Re: [PATCH libinput] evdev: split scroll threshold and direction lock threshold into two

2015-08-10 Thread Hans de Goede
Hi, On 05-08-15 03:45, Peter Hutterer wrote: The previous code used a 5mm threshold before axis events were posted. This threshold was on top of the 2mm 2fg threshold (and timeout handling) in the gesture code and effectively prevented events from being sent after a timeout, or in the 2mm-5mm ra

[PATCH libinput] evdev: split scroll threshold and direction lock threshold into two

2015-08-04 Thread Peter Hutterer
The previous code used a 5mm threshold before axis events were posted. This threshold was on top of the 2mm 2fg threshold (and timeout handling) in the gesture code and effectively prevented events from being sent after a timeout, or in the 2mm-5mm range. We still want a directional lock though, s