mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
a6aa9d70a4
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
10 lines
388 B
Plaintext
10 lines
388 B
Plaintext
# ignore these events until someone needs them
|
|
SUBSYSTEM=="drivers", OPTIONS="ignore_device"
|
|
SUBSYSTEM=="module", OPTIONS="ignore_device"
|
|
|
|
# sysfs is populated after the event is sent
|
|
ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
|
|
ACTION=="add", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"
|
|
ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
|
|
|