Added kernel module definitions for Kaweth and Pegasus usb ethernet adapters.
[openwrt.git] / package / hotplug2 / files / hotplug2.rules
index ebd96fa..b88ea56 100644 (file)
@@ -3,10 +3,20 @@ DEVICENAME ~~ (tun|tap[0-9]) {
        next
 }
 
+DEVICENAME ~~ (controlC[0-9]|pcmC0D0*) {
+        makedev /dev/snd/%DEVICENAME% 0644
+        next
+}
+
 DEVPATH is set {
        makedev /dev/%DEVICENAME% 0644
 }
 
+FIRMWARE is set {
+       exec /sbin/hotplug-call firmware;
+       next
+}
+
 SUBSYSTEM ~~ (net|button) {
        exec /sbin/hotplug-call %SUBSYSTEM%;
 }
This page took 0.027005 seconds and 4 git commands to generate.