Re: [PATCH libinput 1/2] evdev: Query mouse DPI from udev

2014-11-24 Thread Peter Hutterer
On Mon, Nov 24, 2014 at 03:53:36PM -0600, Derek Foreman wrote: > Instead of using a hard coded mouse DPI value, we query it from udev. > If it's not present or the property is obviously broken we fall back > to default. for the archives: the thing we're struggling with on high-DPI mice is that our

[PATCH libinput 1/2] evdev: Query mouse DPI from udev

2014-11-24 Thread Derek Foreman
Instead of using a hard coded mouse DPI value, we query it from udev. If it's not present or the property is obviously broken we fall back to default. Signed-off-by: Derek Foreman --- src/evdev.c | 18 ++ src/libinput-util.c | 41 +