1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 00:41:41 +03:00

[package] base-files: Fix alsa raw audio device hotplug rule

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25301 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2011-02-02 01:23:34 +00:00
parent ab17079a99
commit 4afdf2ad81

View 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
}