summaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-10-14 06:12:29 +0000
committerJohn Crispin <john@openwrt.org>2007-10-14 06:12:29 +0000
commit58b8ecdf0dd070821d0b2531fd6695c602c8d918 (patch)
tree7ed79b100b9b5bb84704fc74be7ce79da420577b /package/base-files
parent80b7ff39f9d2dca5a411610f78d7f093368a484f (diff)
downloadmaster-31e0f0ae-58b8ecdf0dd070821d0b2531fd6695c602c8d918.tar.gz
master-31e0f0ae-58b8ecdf0dd070821d0b2531fd6695c602c8d918.tar.bz2
master-31e0f0ae-58b8ecdf0dd070821d0b2531fd6695c602c8d918.zip
fixed 1677
SVN-Revision: 9314
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/files/etc/hotplug2-init.rules2
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