replace the hotplug2 fork handling hack with a better solution implemented in upstrea...
[openwrt.git] / package / hotplug2 / files / hotplug2.rules
index f8035d3..3d7df41 100644 (file)
@@ -1,18 +1,22 @@
 DEVICENAME ~~ (tun|tap[0-9]) {
+       nothrottle
        makedev /dev/net/%DEVICENAME% 0644
        next
 }
 
 DEVICENAME ~~ (controlC[0-9]|pcmC0D0*) {
-        makedev /dev/snd/%DEVICENAME% 0644
-        next
+       nothrottle
+       makedev /dev/snd/%DEVICENAME% 0644
+       next
 }
 
 DEVPATH is set {
+       nothrottle
        makedev /dev/%DEVICENAME% 0644
 }
 
 FIRMWARE is set {
+       nothrottle
        exec /sbin/hotplug-call firmware;
        next
 }