diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-03-29 12:19:21 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-03-29 12:19:21 +0200 |
commit | 7f1ba7b03f388c1d3d03b0f66a1c0ced7707ac11 (patch) | |
tree | 2814e422d0d56dc34d9048d0088b53d629e8863c /etc/udev/debian/compat.rules | |
parent | 16801abde1888e24af9652e99522eab8ee8cb057 (diff) |
update Debian rules
Diffstat (limited to 'etc/udev/debian/compat.rules')
-rw-r--r-- | etc/udev/debian/compat.rules | 6 |
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" |