diff options
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" |