From: greg@kroah.com Date: Sat, 10 Jan 2004 09:14:34 +0000 (-0800) Subject: [PATCH] added dri rule to the default config file. X-Git-Tag: 013~26 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=40041ff4f1153360409ae88f0c0168ad2ee4d224;p=elogind.git [PATCH] added dri rule to the default config file. --- diff --git a/etc/udev/udev.rules b/etc/udev/udev.rules index c2b50eb90..68c0c63c8 100644 --- 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" +