[package] base-files: Fix alsa raw audio device hotplug rule
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 2 Feb 2011 01:23:34 +0000 (01:23 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 2 Feb 2011 01:23:34 +0000 (01:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25301 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/etc/hotplug2-common.rules

index bd30e55..dffca0b 100644 (file)
@@ -18,7 +18,7 @@ DEVICENAME ~~ ^ppp {
        next-event
 }
 
-DEVICENAME ~~ (^controlC[0-9]$|^pcmC0D0|^timer$) {
+DEVICENAME ~~ (^controlC[0-9]$|^pcmC[0-9]D[0-9]|^timer$) {
        makedev /dev/snd/%DEVICENAME% 0644
        next-event
 }
This page took 0.025724 seconds and 4 git commands to generate.