Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2010 18:53:15 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r202024 - head/share/man/man5
Message-ID:  <201001101853.o0AIrF32010696@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thompsa
Date: Sun Jan 10 18:53:15 2010
New Revision: 202024
URL: http://svn.freebsd.org/changeset/base/202024

Log:
  Change the second usb example for ulpt to one describing libusb which would be
  more common.

Modified:
  head/share/man/man5/devfs.rules.5

Modified: head/share/man/man5/devfs.rules.5
==============================================================================
--- head/share/man/man5/devfs.rules.5	Sun Jan 10 18:39:29 2010	(r202023)
+++ head/share/man/man5/devfs.rules.5	Sun Jan 10 18:53:15 2010	(r202024)
@@ -100,13 +100,15 @@ The first line declares and starts a new
 .Va localrules
 and the number 10.
 .Pp
-To make all the
-.Xr ulpt 4
-devices accessible to their owner and the
+To give
+.Xr usbconfig 8
+and
+.Xr libusb 3
+enabled applications permission to all usb devices for their owner and the
 .Dq Li usb
 group, a similar rule may be used:
 .Pp
-.Dl "add path 'ulpt*' mode 0660 group usb"
+.Dl "add path 'usb/*' mode 0660 group usb"
 .Sh SEE ALSO
 .Xr glob 3 ,
 .Xr devfs 5 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001101853.o0AIrF32010696>