chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4139766
)
[PATCH] added dri rule to the default config file.
author
greg@kroah.com
<greg@kroah.com>
Sat, 10 Jan 2004 09:14:34 +0000
(
01:14
-0800)
committer
Greg KH
<gregkh@suse.de>
Wed, 27 Apr 2005 04:13:15 +0000
(21:13 -0700)
etc/udev/udev.rules
patch
|
blob
|
history
diff --git
a/etc/udev/udev.rules
b/etc/udev/udev.rules
index c2b50eb90d4f4af11b8e51e70996232f612b39cd..68c0c63c89f1c8dc65715776c7378808e355221d 100644
(file)
--- a/
etc/udev/udev.rules
+++ b/
etc/udev/udev.rules
@@
-51,3
+51,7
@@
CALLOUT, BUS="ide", PROGRAM="/bin/cat /proc/ide/%k/media", ID="cdrom", NAME="%k"
# device mapper creates its own device nodes
IGNORE, KERNEL="dm-[0-9]*"
+
+# DRI devices always go into a subdirectory (as per the LSB spec)
+REPLACE, KERNEL="card*", NAME="dri/card%n"
+