1# ignore these events until someone needs them
2SUBSYSTEM=="drivers",	OPTIONS="ignore_device"
3SUBSYSTEM=="module",	OPTIONS="ignore_device"
4
5# sysfs is populated after the event is sent
6ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
7ACTION=="add", KERNEL=="[0-9]*:[0-9]*", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"
8ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
9ACTION=="add", SUBSYSTEM=="net", ENV{PHYSDEVDRIVER}=="?*", WAIT_FOR_SYSFS="device/driver"
10