aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5/devfs.rules.5
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2010-01-10 18:53:15 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2010-01-10 18:53:15 +0000
commitb90dfaf3378351cf467b1c7b2a90bceecb881cfa (patch)
treee946d18a96a84049c6f82cd54ac052b747c9d1de /share/man/man5/devfs.rules.5
parentb10fd7e9cc36af1a3122dbe386b236da8a67ddb9 (diff)
downloadsrc-b90dfaf3378351cf467b1c7b2a90bceecb881cfa.tar.gz
src-b90dfaf3378351cf467b1c7b2a90bceecb881cfa.zip
Change the second usb example for ulpt to one describing libusb which would be
more common.
Notes
Notes: svn path=/head/; revision=202024
Diffstat (limited to 'share/man/man5/devfs.rules.5')
-rw-r--r--share/man/man5/devfs.rules.510
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man5/devfs.rules.5 b/share/man/man5/devfs.rules.5
index cc641ec6e66a..c1e5d93c5723 100644
--- a/share/man/man5/devfs.rules.5
+++ b/share/man/man5/devfs.rules.5
@@ -100,13 +100,15 @@ The first line declares and starts a new ruleset, with the name
.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 ,