diff options
author | John Crispin <blogic@openwrt.org> | 2007-10-14 06:12:29 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-10-14 06:12:29 +0000 |
commit | d60753c5ecf1979868be6daddb2df881d631a116 (patch) | |
tree | 8268ee79c3695c621b476a76cbfd9eeb7fc9bc59 /package | |
parent | f62da699dbc3e8cd34031dce50681a320127df29 (diff) | |
download | upstream-d60753c5ecf1979868be6daddb2df881d631a116.tar.gz upstream-d60753c5ecf1979868be6daddb2df881d631a116.tar.bz2 upstream-d60753c5ecf1979868be6daddb2df881d631a116.zip |
fixed 1677
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9314 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/base-files/files/etc/hotplug2-init.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/hotplug2-init.rules b/package/base-files/files/etc/hotplug2-init.rules index acfe8ca509..385af19193 100644 --- a/package/base-files/files/etc/hotplug2-init.rules +++ b/package/base-files/files/etc/hotplug2-init.rules @@ -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 |