Re: [PATCH libinput 1/2] touchpad: make the edge-scroll edge 7mm wide

2018-01-18 Thread Peter Hutterer
On Wed, Jan 17, 2018 at 01:21:52PM +0100, Alexander Karlstad wrote: > On 17. jan. 2018 13:02, Peter Hutterer wrote: > > there's no configuration option for it, it's hard-coded. 7mm should be > > enough for the average finger - why do you need to change it? > > If I'm not mistaken, it what sets the

Re: [PATCH libinput 1/2] touchpad: make the edge-scroll edge 7mm wide

2018-01-17 Thread Alexander Karlstad
On 17. jan. 2018 13:02, Peter Hutterer wrote: > there's no configuration option for it, it's hard-coded. 7mm should be > enough for the average finger - why do you need to change it? If I'm not mistaken, it what sets the width/height of the area on the edges of the touchpad that works as a one-fin

Re: [PATCH libinput 1/2] touchpad: make the edge-scroll edge 7mm wide

2018-01-17 Thread Peter Hutterer
On Sun, Jan 14, 2018 at 01:34:35AM +0100, Alexander Karlstad wrote: > > Rather than magic percentages of the touchpad axis ranges, make it a fixed > > size of 7mm. Except on synaptics touchpads, because they won't give us the > > actual axis range but rather the "typical bezel limits". > > > > Sig

Re: [PATCH libinput 1/2] touchpad: make the edge-scroll edge 7mm wide

2018-01-13 Thread Alexander Karlstad
> Rather than magic percentages of the touchpad axis ranges, make it a fixed > size of 7mm. Except on synaptics touchpads, because they won't give us the > actual axis range but rather the "typical bezel limits". > > Signed-off-by: Peter Hutterer > --- > src/evdev-mt-touchpad-edge-scroll.c | 25

Re: [PATCH libinput 1/2] touchpad: make the edge-scroll edge 7mm wide

2015-07-22 Thread Hans de Goede
Hi, On 14-07-15 05:41, Peter Hutterer wrote: Rather than magic percentages of the touchpad axis ranges, make it a fixed size of 7mm. Except on synaptics touchpads, because they won't give us the actual axis range but rather the "typical bezel limits". Signed-off-by: Peter Hutterer Series loo

[PATCH libinput 1/2] touchpad: make the edge-scroll edge 7mm wide

2015-07-13 Thread Peter Hutterer
Rather than magic percentages of the touchpad axis ranges, make it a fixed size of 7mm. Except on synaptics touchpads, because they won't give us the actual axis range but rather the "typical bezel limits". Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad-edge-scroll.c | 25 +++---