r248 - mga_vid/trunk/README.udev

tamasg <[email protected]> Sun, 3 Sep 2006 18:19:08 +0200 (CEST)
Newsgroups gmane.comp.video.mplayer.user.matrox
Message-ID <[email protected]>
Author: tamasg
Date: Sun Sep  3 18:19:07 2006
New Revision: 248

Modified:
   mga_vid/trunk/README.udev

Log:
stay compatible with apps

Modified: mga_vid/trunk/README.udev
==============================================================================
--- mga_vid/trunk/README.udev	(original)
+++ mga_vid/trunk/README.udev	Sun Sep  3 18:19:07 2006
@@ -3,10 +3,11 @@
 By default udevd creates '/dev/mga_vid0', root:root, 0660 .
 
 If you want udevd to automatically set correct permissions on mga_vid device
-file(s) and create more meaningful paths, copy the following line into
+file(s) and create a symlink to the default one, copy the following lines into
 '/etc/udev/rules.d/mga_vid.rules' file.
 
-KERNEL=="mga_vid[0-9]*", NAME="mga_vid/%n", SYMLINK+="%k", MODE="0660", GROUP="video"
+KERNEL=="mga_vid[0-9]*", NAME="%k", MODE="0660", GROUP="video"
+KERNEL=="mga_vid0", SYMLINK+="mga_vid"
 
 Then send a HUP signal to udevd to reload its configuration.