mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03:00
8 lines
269 B
Plaintext
8 lines
269 B
Plaintext
|
# sysfs is populated after the event is sent
|
||
|
ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
|
||
|
|
||
|
# ignore these events until someone needs them
|
||
|
SUBSYSTEM=="drivers", OPTIONS="ignore_device"
|
||
|
SUBSYSTEM=="module", OPTIONS="ignore_device"
|
||
|
|