summaryrefslogtreecommitdiff
path: root/etc/udev/redhat/05-udev-early.rules
blob: 9a96b6a19812f8a21bed59bf185d04f65440d485 (plain)
1
2
3
4
5
6
7
8
9
# sysfs is populated after the event is sent
ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"

# ignore these events until someone needs them
SUBSYSTEM=="drivers",		OPTIONS="ignore_device"
SUBSYSTEM=="module",		OPTIONS="ignore_device"

ACTION=="add", SUBSYSTEM=="firmware", ENV{FIRMWARE}=="*", RUN="/sbin/firmware_helper", OPTIONS="last_rule"