replace the hotplug2 fork handling hack with a better solution implemented in upstrea...
[openwrt.git] / package / hotplug2 / files / hotplug2.rules
index 5122ada..3d7df41 100644 (file)
@@ -1,17 +1,26 @@
 DEVICENAME ~~ (tun|tap[0-9]) {
+       nothrottle
        makedev /dev/net/%DEVICENAME% 0644
        next
 }
 
+DEVICENAME ~~ (controlC[0-9]|pcmC0D0*) {
+       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
 }
 
-SUBSYSTEM ~~ (net|button) {
+SUBSYSTEM ~~ (net|button|usb) {
        exec /sbin/hotplug-call %SUBSYSTEM%;
 }
This page took 0.021045 seconds and 4 git commands to generate.