94b7ebd774
PR: 139605 Submitted by: Warren Block <wblock@wonkity.com> MFC after: 1 week
62 lines
2.1 KiB
Groff
62 lines
2.1 KiB
Groff
.\" $FreeBSD$
|
|
.\"
|
|
.\" Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
|
|
.\"
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
.\" modification, are permitted provided that the following conditions
|
|
.\" are met:
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
.\"
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
.\" SUCH DAMAGE.
|
|
.\"
|
|
.Dd November 1, 2009
|
|
.Dt USBCONFIG 8
|
|
.Os
|
|
.Sh NAME
|
|
.Nm usbconfig
|
|
.Nd configure the USB subsystem
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Op Fl u Ar unit
|
|
.Op Fl a Ar addr
|
|
.Op cmds...
|
|
.Sh DESCRIPTION
|
|
The
|
|
.Nm
|
|
utility is used to configure and dump information about the USB subsystem.
|
|
.Pp
|
|
The options are as follows:
|
|
.Bl -tag -width " "
|
|
.It Fl u Ar unit
|
|
Limit device range to USB devices connected to the given USBUS unit.
|
|
.It Fl a Ar addr
|
|
Limit device range to the given USB device index.
|
|
Should only be used in conjunction with the unit argument.
|
|
.It Fl h
|
|
Show help and available commands.
|
|
.El
|
|
.Pp
|
|
When called without options,
|
|
.Nm
|
|
prints a list of all available USB devices.
|
|
.Sh EXAMPLES
|
|
Show information about the device on USB bus 1 at address 2:
|
|
.Pp
|
|
.Dl usbconfig -u 1 -a 2 dump_info
|
|
.Sh SEE ALSO
|
|
.Xr usb 4
|