From bbd4388153bde7b7fdb39ce5c88dd92f7b8a4d2d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 28 Jun 2011 19:23:38 +0200 Subject: [PATCH] udev: only tag the main card device of a sound card with 'seat' --- src/71-seat.rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/71-seat.rules b/src/71-seat.rules index 396983798..c13bf08d0 100644 --- a/src/71-seat.rules +++ b/src/71-seat.rules @@ -7,7 +7,8 @@ ACTION=="remove", GOTO="seat_end" -TAG=="uaccess", TAG+="seat" +TAG=="uaccess", SUBSYSTEM!="sound", TAG+="seat" +SUBSYSTEM=="sound", KERNEL=="card*", TAG+="seat" SUBSYSTEM=="input", TAG+="seat" SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", TAG+="seat" SUBSYSTEM=="usb", ATTR{bDeviceClass}=="09", TAG+="seat" -- 2.30.2