mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
Update udev rules to work with new udev
This commit is contained in:
parent
a2ee675861
commit
f0d65bb50a
1 changed files with 2 additions and 6 deletions
|
|
@ -1,8 +1,4 @@
|
|||
ACTION!="add|change", GOTO="wayland_end"
|
||||
|
||||
KERNEL=="event*", ENV{ID_CLASS}=="mouse", ENV{WAYLAND_SEAT}="1"
|
||||
KERNEL=="event*", ENV{ID_CLASS}=="kbd", ENV{WAYLAND_SEAT}="1"
|
||||
KERNEL=="event*", ENV{ID_INPUT_KEYBOARD}=="1", ENV{WAYLAND_SEAT}="1"
|
||||
KERNEL=="event*", ENV{ID_INPUT_MOUSE}=="1", ENV{WAYLAND_SEAT}="1"
|
||||
KERNEL=="card0", ENV{WAYLAND_SEAT}="1"
|
||||
|
||||
LABEL="wayland_end"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue