summaryrefslogtreecommitdiff
path: root/etc/udev/udev.rules.devfs
diff options
context:
space:
mode:
Diffstat (limited to 'etc/udev/udev.rules.devfs')
-rw-r--r--etc/udev/udev.rules.devfs10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/udev/udev.rules.devfs b/etc/udev/udev.rules.devfs
index 3934fc6984..867f95029c 100644
--- a/etc/udev/udev.rules.devfs
+++ b/etc/udev/udev.rules.devfs
@@ -93,3 +93,13 @@ KERNEL="route6", NAME="netlink/%k"
KERNEL="ip6_fw", NAME="netlink/%k"
KERNEL="dnrtmsg", NAME="netlink/%k"
KERNEL="tap*", NAME="netlink/%k"
+
+# CAPI devices
+KERNEL="capi", NAME="capi20", SYMLINK="isdn/capi20"
+KERNEL="capi*", NAME="capi/%n"
+
+# Network devices
+KERNEL="tun", NAME="net/%k"
+
+# raw devices
+KERNEL="raw[0-9]*", NAME="raw/%k"