summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorazarah@gentoo.org <azarah@gentoo.org>2004-08-11 01:02:54 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:36:59 -0700
commit41ffb32e8de6fd0c2817775472514fe9a687d887 (patch)
treeba93c9989d3d5d5a53bf43a6fce290c15c9c1eb6
parenteb6c7cd03635ffc28798734f0b87b9e21dae6f9e (diff)
[PATCH] add microcode rule to permissions.gentoo file
Add microcode rule, remove duplicate rtc and psaux rules, and order alphabetically.
-rw-r--r--etc/udev/udev.rules.gentoo11
1 files changed, 5 insertions, 6 deletions
diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo
index 1a84baa9d4..c2a8ef54b1 100644
--- a/etc/udev/udev.rules.gentoo
+++ b/etc/udev/udev.rules.gentoo
@@ -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"