diff options
author | Kristian Høgsberg <krh@redhat.com> | 2009-01-26 21:37:29 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2009-01-26 21:37:29 -0500 |
commit | b14852d7a29037d6001480acce99a41c8d794e38 (patch) | |
tree | a575e6ae796311953231d2eb2f40f2a8c7934fd6 /70-wayland.rules | |
parent | 8012f32978b9b3d7ca162d971be48f6d3c0aa891 (diff) |
Only tag the card0 device with seat info for now.
Diffstat (limited to '70-wayland.rules')
-rw-r--r-- | 70-wayland.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/70-wayland.rules b/70-wayland.rules index 6aa43e9..45bc0b1 100644 --- a/70-wayland.rules +++ b/70-wayland.rules @@ -2,7 +2,7 @@ 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=="card*", ENV{WAYLAND_SEAT}="1" +KERNEL=="card0", ENV{WAYLAND_SEAT}="1" LABEL="wayland_end" |