Re: [PATCH libinput] evdev: fix inverted mouse normalization

2015-04-08 Thread Hans de Goede
p.s. I've not pushed the patch attached to: https://bugs.freedesktop.org/show_bug.cgi?id=89949 As I assume you want to wait for feedback from the bug reporter, but it looks good to me, so feel free to push it. On 08-04-15 08:05, Peter Hutterer wrote: Regression introduced in 9f8edc5fd880e0

Re: [PATCH libinput] evdev: fix inverted mouse normalization

2015-04-08 Thread Hans de Goede
Hi, On 08-04-15 08:05, Peter Hutterer wrote: Regression introduced in 9f8edc5fd880e0a9c482b36e6b4120ccc056ee0b where it changed from delta / (dpi/default) to delta * dpi/default, causing the inverse effect of what the dpi setting is supposed to achieve. Signed-off-by: Peter Hutterer Looks go

[PATCH libinput] evdev: fix inverted mouse normalization

2015-04-07 Thread Peter Hutterer
Regression introduced in 9f8edc5fd880e0a9c482b36e6b4120ccc056ee0b where it changed from delta / (dpi/default) to delta * dpi/default, causing the inverse effect of what the dpi setting is supposed to achieve. Signed-off-by: Peter Hutterer --- src/evdev.c | 4 ++-- 1 file changed, 2 insertions(+)