chiark / gitweb /
[PATCH] fix gentoo legacy tty rule
[elogind.git] / etc / udev / udev.rules.gentoo
index 9245f6adcffb8b81999a9b81346c06e8c62e1539..08bc9f99d11e7d75d2ceb89840a62c82e5268129 100644 (file)
@@ -62,10 +62,11 @@ 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"
+KERNEL="inotify",   NAME="misc/%k", SYMLINK="%k"
 
 # pty devices
 KERNEL="pty[p-za-e][0-9a-f]*", NAME="pty/m%n", SYMLINK="%k"
-KERNEL="tty[p-za-e][0-9a-f]*", NAME="pty/s%n", SYMLINK="%k"
+KERNEL="tty[p-za-e][0-9a-f]*", NAME="tty/s%n", SYMLINK="%k"
 
 # ramdisk devices
 KERNEL="ram[0-9]*", NAME="rd/%n", SYMLINK="%k"
@@ -132,5 +133,5 @@ KERNEL="raw[0-9]*",     NAME="raw/%k"
 
 # cpu devices
 KERNEL="cpu[0-9]*",    NAME="cpu/%n/cpuid"
-KERNEL="msr[0-9]*",    NAME="cpu/%n/cpuid"
+KERNEL="msr[0-9]*",    NAME="cpu/%n/msr"
 KERNEL="microcode",    NAME="cpu/microcode"