seat: only mark main input device for seat assignments

This commit is contained in:
Lennart Poettering 2011-07-08 21:37:17 +02:00
parent 69fc152fc1
commit 33fd64726c
1 changed files with 1 additions and 1 deletions

View 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"