chiark / gitweb /
rules: Gentoo update
[elogind.git] / etc / udev / gentoo / 05-udev-early.rules
1 # do not edit this file, it will be overwritten on update
2
3 # sysfs is populated after the event is sent
4 ACTION=="add", KERNEL=="[0-9]*:[0-9]*", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"
5 ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
6 ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
7 ACTION=="add", SUBSYSTEM=="net", ENV{PHYSDEVDRIVER}=="?*", WAIT_FOR_SYSFS="device/driver"
8