From: Kristian Høgsberg Date: Tue, 27 Jan 2009 02:37:29 +0000 (-0500) Subject: Only tag the card0 device with seat info for now. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b14852d7a29037d6001480acce99a41c8d794e38;p=profile%2Fivi%2Fweston.git Only tag the card0 device with seat info for now. --- 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"