Only tag the card0 device with seat info for now.
authorKristian Høgsberg <krh@redhat.com>
Tue, 27 Jan 2009 02:37:29 +0000 (21:37 -0500)
committerKristian Høgsberg <krh@redhat.com>
Tue, 27 Jan 2009 02:37:29 +0000 (21:37 -0500)
70-wayland.rules

index 6aa43e9..45bc0b1 100644 (file)
@@ -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"