chiark / gitweb /
[PATCH] add microcode rule to permissions.gentoo file
[elogind.git] / etc / udev / udev.rules.gentoo
index 28e92aab1b65a905ddc430b5cd9d9e87f6ce3a81..c2a8ef54b1e2b331a3b0e5fd1267e421f82aed25 100644 (file)
@@ -57,12 +57,11 @@ KERNEL="loop[0-9]*", NAME="loop/%n", SYMLINK="%k"
 KERNEL="md[0-9]*", NAME="md/%n", SYMLINK="%k"
 
 # misc devices
-KERNEL="rtc",     NAME="misc/%k", SYMLINK="%k"
-KERNEL="psaux",   NAME="misc/%k", SYMLINK="%k"
-KERNEL="agpgart", NAME="misc/%k", SYMLINK="%k"
-KERNEL="rtc",     NAME="misc/%k", SYMLINK="%k"
-KERNEL="psaux",   NAME="misc/%k", SYMLINK="%k"
-KERNEL="uinput",  NAME="misc/%k", SYMLINK="%k"
+KERNEL="agpgart",   NAME="misc/%k", SYMLINK="%k"
+KERNEL="microcode", NAME="misc/%k", SYMLINK="%k"
+KERNEL="psaux",     NAME="misc/%k", SYMLINK="%k"
+KERNEL="rtc",       NAME="misc/%k", SYMLINK="%k"
+KERNEL="uinput",    NAME="misc/%k", SYMLINK="%k"
 
 # pty devices
 KERNEL="pty[p-za-e][0-9a-f]*", NAME="pty/m%n", SYMLINK="%k"
@@ -105,6 +104,7 @@ KERNEL="hiddev*",   NAME="usb/%k"
 KERNEL="auer*",                NAME="usb/%k"
 KERNEL="legousbtower*",        NAME="usb/%k"
 KERNEL="dabusb*",      NAME="usb/%k"
+BUS="usb", KERNEL="lp[0-9]*",  NAME="usb/%k"
 
 # netlink devices
 KERNEL="route",                NAME="netlink/%k"
@@ -119,3 +119,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"