fixed 1677
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Oct 2007 06:12:29 +0000 (06:12 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Oct 2007 06:12:29 +0000 (06:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9314 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index acfe8ca..385af19 100644 (file)
@@ -17,7 +17,7 @@ DEVICENAME ~~ (ppp) {
        next
 }
 
-DEVICENAME ~~ (controlC[0-9]|pcmC0D0*) {
+DEVICENAME ~~ (controlC[0-9]|pcmC0D0*|timer) {
        nothrottle
        makedev /dev/snd/%DEVICENAME% 0644
        next
This page took 0.023986 seconds and 4 git commands to generate.