mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 09:10:04 +01: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,
|
||||
"warning: no input devices on entering Weston. "
|
||||
"Possible causes:\n"
|
||||
"\t- no permissions to read /dev/input/evdev*\n"
|
||||
"\t- no permissions to read /dev/input/event*\n"
|
||||
"\t- seats misconfigured "
|
||||
"(Weston backend option 'seat', "
|
||||
"udev device property ID_SEAT)\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue