mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 18:08:09 +02:00
evdev: Correct warning on missing input device
This commit is contained in:
parent
36392fbd24
commit
cbba717b20
1 changed files with 1 additions and 1 deletions
|
|
@ -550,7 +550,7 @@ evdev_add_devices(struct udev *udev, struct weston_input_device *input_base)
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"warning: no input devices on entering Weston. "
|
"warning: no input devices on entering Weston. "
|
||||||
"Possible causes:\n"
|
"Possible causes:\n"
|
||||||
"\t- no permissions to read /dev/input/evdev*\n"
|
"\t- no permissions to read /dev/input/event*\n"
|
||||||
"\t- seats misconfigured "
|
"\t- seats misconfigured "
|
||||||
"(Weston backend option 'seat', "
|
"(Weston backend option 'seat', "
|
||||||
"udev device property ID_SEAT)\n");
|
"udev device property ID_SEAT)\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue