7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
|
|
||
|
# make sm750 a seat master
|
||
|
|
||
|
ACTION=="add" KERNEL=="fb*" SUBSYSTEM=="graphics" \
|
||
|
SUBSYSTEMS=="pci" ATTRS{vendor}=="0x126f" ATTRS{device}=="0x0750" \
|
||
|
TAG+="seat" TAG+="master-of-seat"
|