10 lines
374 B
Plaintext
10 lines
374 B
Plaintext
ACTION=="remove", GOTO="seat_end"
|
|
|
|
SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", TAG+="seat", TAG+="master-of-seat"
|
|
SUBSYSTEM=="drm", KERNEL=="card[0-9]*", TAG+="seat", TAG+="master-of-seat"
|
|
|
|
TAG=="seat", ENV{ID_PATH}=="", IMPORT{builtin}="path_id"
|
|
TAG=="seat", ENV{ID_FOR_SEAT}=="", ENV{ID_PATH_TAG}!="", ENV{ID_FOR_SEAT}="$env{SUBSYSTEM}-$env{ID_PATH_TAG}"
|
|
|
|
LABEL="seat_end"
|