chiark / gitweb /
update Red Hat rules
[elogind.git] / etc / udev / redhat / 05-udev-early.rules
1 # sysfs is populated after the event is sent
2 ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
3 ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
4
5 # ignore these events until someone needs them
6 SUBSYSTEM=="drivers",           OPTIONS="ignore_device"
7 SUBSYSTEM=="module",            OPTIONS="ignore_device"
8
9 ACTION=="add", SUBSYSTEM=="firmware", ENV{FIRMWARE}=="*", RUN="/sbin/firmware_helper", OPTIONS="last_rule"