summaryrefslogtreecommitdiffstats
path: root/compositor/70-wayland.rules
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-09-14 11:13:18 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-09-14 12:41:55 -0400
commit6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c (patch)
tree7670e24beb6fab2629d0ccd4451df5f90a344d89 /compositor/70-wayland.rules
parentMove example compositor to subdirectory (diff)
downloadwayland-6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c.tar
wayland-6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c.tar.gz
wayland-6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c.tar.bz2
wayland-6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c.tar.lz
wayland-6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c.tar.xz
wayland-6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c.tar.zst
wayland-6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c.zip
Move core protocol libraries into wayland/ subdirectory
Diffstat (limited to 'compositor/70-wayland.rules')
-rw-r--r--compositor/70-wayland.rules6
1 files changed, 6 insertions, 0 deletions
diff --git a/compositor/70-wayland.rules b/compositor/70-wayland.rules
new file mode 100644
index 0000000..49442de
--- /dev/null
+++ b/compositor/70-wayland.rules
@@ -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"
+