summaryrefslogtreecommitdiff
path: root/etc/udev/debian/compat.rules
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-12-08 17:09:40 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 23:10:31 -0700
commit06ed11be3ea3f7343ab8b027c121496f2075d3e8 (patch)
tree77d8d9e4e61abe402cf1f7feceb20f3d08c6782a /etc/udev/debian/compat.rules
parentf01a9ca1a2824e07908457ef01db238b77d21f96 (diff)
[PATCH] add more debian rules files.
Diffstat (limited to 'etc/udev/debian/compat.rules')
-rw-r--r--etc/udev/debian/compat.rules37
1 files changed, 37 insertions, 0 deletions
diff --git a/etc/udev/debian/compat.rules b/etc/udev/debian/compat.rules
new file mode 100644
index 0000000000..ec386ea8c4
--- /dev/null
+++ b/etc/udev/debian/compat.rules
@@ -0,0 +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"
+