There is no reason to fail at udev_input_init, if no input device is recognized by libinput.
An input device can be hot-plugged later. Signed-off-by: Emre Ucan <[email protected]> --- src/libinput-seat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libinput-seat.c b/src/libinput-seat.c index 5b2dbec..e5b0168 100644 --- a/src/libinput-seat.c +++ b/src/libinput-seat.c @@ -266,7 +266,6 @@ udev_input_enable(struct udev_input *input) "\t- seats misconfigured " "(Weston backend option 'seat', " "udev device property ID_SEAT)\n"); - return -1; } return 0; -- 1.7.9.5 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
