Re: [PATCH libinput] evdev: recognize and use ID_INPUT_TRACKBALL

2016-08-04 Thread Hans de Goede
Hi, On 03-08-16 23:57, Peter Hutterer wrote: We leave the old LIBINPUT_MODEL_TRACKBALL in place until we can rely on systems to have the new systemd tagging. https://github.com/systemd/systemd/pull/3872 Signed-off-by: Peter Hutterer LGTM: Reviewed-by: Hans de Goede Regards, Hans ---

[PATCH libinput] evdev: recognize and use ID_INPUT_TRACKBALL

2016-08-03 Thread Peter Hutterer
We leave the old LIBINPUT_MODEL_TRACKBALL in place until we can rely on systems to have the new systemd tagging. https://github.com/systemd/systemd/pull/3872 Signed-off-by: Peter Hutterer --- src/evdev.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/evdev.c