chiark / gitweb /
seat: only mark main input device for seat assignments
authorLennart Poettering <lennart@poettering.net>
Fri, 8 Jul 2011 19:37:17 +0000 (21:37 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 8 Jul 2011 19:37:17 +0000 (21:37 +0200)
src/71-seat.rules

index af174f92602efbfeb5551bf1c12c90066a5a78ea..6e19d5b34d9a089fca9c3d45c51a317175df2145 100644 (file)
@@ -9,7 +9,7 @@ ACTION=="remove", GOTO="seat_end"
 
 TAG=="uaccess", SUBSYSTEM!="sound", TAG+="seat"
 SUBSYSTEM=="sound", KERNEL=="card*", TAG+="seat"
-SUBSYSTEM=="input", TAG+="seat"
+SUBSYSTEM=="input", KERNEL=="input*", TAG+="seat"
 SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", TAG+="seat"
 SUBSYSTEM=="usb", ATTR{bDeviceClass}=="09", TAG+="seat"