chiark / gitweb /
rules: call modprobe on all events but "remove"
[elogind.git] / rules / rules.d / 50-udev-default.rules
index e8116a372f79e0d08b74a508844fdb5405b230d2..7e09ea19bb1bf18c23cf2f8797b943c398c59932 100644 (file)
@@ -112,7 +112,3 @@ SUBSYSTEM=="rtc", DRIVERS=="rtc_cmos", SYMLINK+="rtc"
 KERNEL=="mmtimer",             MODE="0644"
 KERNEL=="rflash[0-9]*",                MODE="0400"
 KERNEL=="rrom[0-9]*",          MODE="0400"
-
-# do not delete static device nodes
-ACTION=="remove", NAME=="", TEST=="/lib/udev/devices/%k", OPTIONS+="ignore_remove"
-ACTION=="remove", NAME=="?*", TEST=="/lib/udev/devices/$name", OPTIONS+="ignore_remove"