chiark / gitweb /
rules: Gentoo update
[elogind.git] / etc / udev / gentoo / 05-udev-early.rules
index ecf079c05765376bb26a265f69471bc416d66667..fc15e2bb6376fc368a67396e8d8680fc7c6a93ba 100644 (file)
@@ -1,13 +1,8 @@
-# ignore these events until someone needs them
-SUBSYSTEM=="drivers",  OPTIONS="ignore_device"
-SUBSYSTEM=="module",   OPTIONS="ignore_device"
+# do not edit this file, it will be overwritten on update
 
 # sysfs is populated after the event is sent
-ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
 ACTION=="add", KERNEL=="[0-9]*:[0-9]*", SUBSYSTEM=="scsi", WAIT_FOR_SYSFS="ioerr_cnt"
+ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
 ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
 ACTION=="add", SUBSYSTEM=="net", ENV{PHYSDEVDRIVER}=="?*", WAIT_FOR_SYSFS="device/driver"
 
-# Set IN_HOTPLUG for compatibility with init-scripts called from udev
-ENV{IN_HOTPLUG}="1"
-