Re: [PATCH libinput] udev: use prop_value() to fetch the ID_INPUT_PROP property

2015-08-10 Thread Hans de Goede
Hi, On 05-08-15 03:31, Peter Hutterer wrote: This will thus work if the property is only set on a parent device, not on the device directly. https://github.com/systemd/systemd/issues/763 Signed-off-by: Peter Hutterer LGTM: Reviewed-by: Hans de Goede Regards, Hans --- udev/libinput-mo

[PATCH libinput] udev: use prop_value() to fetch the ID_INPUT_PROP property

2015-08-04 Thread Peter Hutterer
This will thus work if the property is only set on a parent device, not on the device directly. https://github.com/systemd/systemd/issues/763 Signed-off-by: Peter Hutterer --- udev/libinput-model-quirks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udev/libinput-model-qu