hotplug2 update - include hotplug2-init.rules from hotplug2.rules, fix permissions...
[openwrt-10.03/.git] / package / hotplug2 / files / hotplug2.rules
1 $include /etc/hotplug2-init.rules
2 FIRMWARE is set {
3         nothrottle
4         exec /sbin/hotplug-call firmware;
5         next
6 }
7
8 SUBSYSTEM ~~ (net|button|usb) {
9         exec /sbin/hotplug-call %SUBSYSTEM%;
10 }