Move core protocol libraries into wayland/ subdirectory

This commit is contained in:
Kristian Høgsberg 2010-09-14 11:13:18 -04:00
parent 76b43326a5
commit 6dd08ebbe1
20 changed files with 69 additions and 61 deletions

View file

@ -0,0 +1,6 @@
KERNEL=="event*", ENV{ID_INPUT_KEYBOARD}=="1", ENV{WAYLAND_SEAT}="1"
KERNEL=="event*", ENV{ID_INPUT_MOUSE}=="1", ENV{WAYLAND_SEAT}="1"
KERNEL=="event*", ENV{ID_INPUT_TOUCHPAD}=="1", ENV{WAYLAND_SEAT}="1"
KERNEL=="event*", ENV{ID_INPUT_TOUCHSCREEN}=="1", ENV{WAYLAND_SEAT}="1"
KERNEL=="card0", ENV{WAYLAND_SEAT}="1"