Re: [PATCH libinput 2/2] touchpad: Make pointer movements a bit faster by default

2014-05-21 Thread Peter Hutterer
On Tue, May 20, 2014 at 11:19:50PM +0200, Jonas Ådahl wrote: > Alter the so far hard coded parameters a bit to make the pointer > acceleration profile accelerate the pointer movement a bit more than > before. This is much better on both the x220 and the t440s. The only problem I see is that on the

[PATCH libinput 2/2] touchpad: Make pointer movements a bit faster by default

2014-05-20 Thread Jonas Ådahl
Alter the so far hard coded parameters a bit to make the pointer acceleration profile accelerate the pointer movement a bit more than before. Signed-off-by: Jonas Ådahl --- src/evdev-mt-touchpad.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/evdev-mt-touchpad.c b