diff options
author | Greg KH <greg@press.(none)> | 2005-07-06 13:09:05 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-07-06 13:09:05 -0700 |
commit | 040e26dc99b84a122ddc4a5bee75f4772766078c (patch) | |
tree | dba1c630552558ba9f31ea93913aa141ab2ac53a /etc/udev/debian/compat.rules | |
parent | 8815afa1df0dbb0b366156d4cebc56468906118c (diff) |
Sync up the Debian rules files
Diffstat (limited to 'etc/udev/debian/compat.rules')
-rw-r--r-- | etc/udev/debian/compat.rules | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/etc/udev/debian/compat.rules b/etc/udev/debian/compat.rules index ec386ea8c4..09bb07441b 100644 --- a/etc/udev/debian/compat.rules +++ b/etc/udev/debian/compat.rules @@ -1,37 +1,37 @@ # compatibility links for a devfs-style /dev -KERNEL="md[0-9]*", SYMLINK="%k" -#KERNEL="loop[0-9]*", SYMLINK="%k" - -#KERNEL="tty[0-9]*", SYMLINK="%k" -#KERNEL="ttyS[0-9]*", SYMLINK="%k" -#KERNEL="ttyUSB[0-9]*", SYMLINK="%k" - -#KERNEL="vcs", SYMLINK="%k" -#KERNEL="vcs[0-9]*", SYMLINK="%k" -#KERNEL="vcsa", SYMLINK="%k" -#KERNEL="vcsa[0-9]*", SYMLINK="%k" - -KERNEL="video0", SYMLINK="%k" -KERNEL="radio0", SYMLINK="%k" -KERNEL="vbi0", SYMLINK="%k" -KERNEL="vtx0", SYMLINK="%k" - -KERNEL="apm_bios", SYMLINK="%k" -KERNEL="agpgart", SYMLINK="%k" -#KERNEL="psaux", SYMLINK="%k" -#KERNEL="nvram", SYMLINK="%k" -KERNEL="rtc", SYMLINK="%k" -#KERNEL="ram[0-9]*", 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="fb[0-9]*", SYMLINK="%k" -#KERNEL="fd[0-9]*", SYMLINK="%k" -#KERNEL="js[0-9]*", SYMLINK="%k" +KERNEL=="md[0-9]*", SYMLINK+="%k" +#KERNEL=="loop[0-9]*", SYMLINK+="%k" + +#KERNEL=="tty[0-9]*", SYMLINK+="%k" +#KERNEL=="ttyS[0-9]*", SYMLINK+="%k" +#KERNEL=="ttyUSB[0-9]*", SYMLINK+="%k" + +#KERNEL=="vcs", SYMLINK+="%k" +#KERNEL=="vcs[0-9]*", SYMLINK+="%k" +#KERNEL=="vcsa", SYMLINK+="%k" +#KERNEL=="vcsa[0-9]*", SYMLINK+="%k" + +KERNEL=="video*", SYMLINK+="%k" +KERNEL=="radio*", SYMLINK+="%k" +KERNEL=="vbi*", SYMLINK+="%k" +KERNEL=="vtx*", SYMLINK+="%k" + +KERNEL=="apm_bios", SYMLINK+="%k" +KERNEL=="agpgart", SYMLINK+="%k" +#KERNEL=="psaux", SYMLINK+="%k" +#KERNEL=="nvram", SYMLINK+="%k" +KERNEL=="rtc", SYMLINK+="%k" +#KERNEL=="ram[0-9]*", 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=="fb[0-9]*", SYMLINK+="%k" +#KERNEL=="fd[0-9]*", SYMLINK+="%k" +#KERNEL=="js[0-9]*", SYMLINK+="%k" |