summaryrefslogtreecommitdiff
path: root/etc/udev/debian/compat.rules
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-03-29 12:19:21 +0200
committerKay Sievers <kay.sievers@suse.de>2006-03-29 12:19:21 +0200
commit7f1ba7b03f388c1d3d03b0f66a1c0ced7707ac11 (patch)
tree2814e422d0d56dc34d9048d0088b53d629e8863c /etc/udev/debian/compat.rules
parent16801abde1888e24af9652e99522eab8ee8cb057 (diff)
update Debian rules
Diffstat (limited to 'etc/udev/debian/compat.rules')
-rw-r--r--etc/udev/debian/compat.rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/udev/debian/compat.rules b/etc/udev/debian/compat.rules
index 09bb07441b..209e3ce7e4 100644
--- a/etc/udev/debian/compat.rules
+++ b/etc/udev/debian/compat.rules
@@ -27,9 +27,9 @@ KERNEL=="rtc", SYMLINK+="%k"
#KERNEL=="i2c-[0-9]*", SYMLINK+="%k"
#KERNEL=="lp[0-9]*", SYMLINK+="%k"
-KERNEL=="audio*" SYMLINK+="%k"
-KERNEL=="dsp*" SYMLINK+="%k"
-KERNEL=="mixer*" SYMLINK+="%k"
+KERNEL=="audio*", SYMLINK+="%k"
+KERNEL=="dsp*", SYMLINK+="%k"
+KERNEL=="mixer*", SYMLINK+="%k"
#KERNEL=="fb[0-9]*", SYMLINK+="%k"
#KERNEL=="fd[0-9]*", SYMLINK+="%k"