From: Kay Sievers Date: Tue, 31 Jul 2007 11:15:17 +0000 (+0200) Subject: rules: Fedora update X-Git-Tag: 174~1869 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=b5485961d7001a4137411e1e16e2e13644c19653;hp=4beaed365266fc5927100c9634c603e039fcf7ed rules: Fedora update --- diff --git a/etc/udev/redhat/06-udev-rh-early.rules b/etc/udev/redhat/06-udev-rh-early.rules new file mode 100644 index 000000000..7268a5f3b --- /dev/null +++ b/etc/udev/redhat/06-udev-rh-early.rules @@ -0,0 +1,8 @@ +# 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" + +ACTION=="add", SUBSYSTEM=="?*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe $env{MODALIAS}" +# pnp devices +ACTION=="add", SUBSYSTEM=="pnp", ATTR{id}=="?*", RUN+="/sbin/modprobe pnp:d$attr{id}" +ACTION=="add", SUBSYSTEM=="firmware", ENV{FIRMWARE}=="*", RUN="/sbin/firmware_helper", OPTIONS="last_rule"