1eabe30fcSAlfred Perlstein.\" $FreeBSD$ 2eabe30fcSAlfred Perlstein.\" 3eabe30fcSAlfred Perlstein.\" Copyright (c) 2008 Hans Petter Selasky. All rights reserved. 4eabe30fcSAlfred Perlstein.\" 5eabe30fcSAlfred Perlstein.\" Redistribution and use in source and binary forms, with or without 6eabe30fcSAlfred Perlstein.\" modification, are permitted provided that the following conditions 7eabe30fcSAlfred Perlstein.\" are met: 8eabe30fcSAlfred Perlstein.\" 1. Redistributions of source code must retain the above copyright 9eabe30fcSAlfred Perlstein.\" notice, this list of conditions and the following disclaimer. 10eabe30fcSAlfred Perlstein.\" 2. Redistributions in binary form must reproduce the above copyright 11eabe30fcSAlfred Perlstein.\" notice, this list of conditions and the following disclaimer in the 12eabe30fcSAlfred Perlstein.\" documentation and/or other materials provided with the distribution. 13eabe30fcSAlfred Perlstein.\" 14eabe30fcSAlfred Perlstein.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 15eabe30fcSAlfred Perlstein.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 16eabe30fcSAlfred Perlstein.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 17eabe30fcSAlfred Perlstein.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 18eabe30fcSAlfred Perlstein.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19eabe30fcSAlfred Perlstein.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 20eabe30fcSAlfred Perlstein.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21eabe30fcSAlfred Perlstein.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22eabe30fcSAlfred Perlstein.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23eabe30fcSAlfred Perlstein.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24eabe30fcSAlfred Perlstein.\" SUCH DAMAGE. 25eabe30fcSAlfred Perlstein.\" 26eabe30fcSAlfred Perlstein.Dd Sep 28, 2008 27eabe30fcSAlfred Perlstein.Dt USBCONFIG 8 28eabe30fcSAlfred Perlstein.Os 29eabe30fcSAlfred Perlstein.Sh NAME 30eabe30fcSAlfred Perlstein.Nm usbconfig 31eabe30fcSAlfred Perlstein.Nd configure the USB subsystem 32eabe30fcSAlfred Perlstein.Sh SYNOPSIS 33eabe30fcSAlfred Perlstein.Nm 34eabe30fcSAlfred Perlstein.Op Fl u Ar unit 35eabe30fcSAlfred Perlstein.Op Fl a Ar addr 36eabe30fcSAlfred Perlstein.Op cmds... 37eabe30fcSAlfred Perlstein.Sh DESCRIPTION 38eabe30fcSAlfred PerlsteinThe 39eabe30fcSAlfred Perlstein.Nm 40eabe30fcSAlfred Perlsteinutility is used to configure and dump information about the USB subsystem. 41eabe30fcSAlfred Perlstein.Pp 42eabe30fcSAlfred PerlsteinThe options are as follows: 43eabe30fcSAlfred Perlstein.Bl -tag -width " " 44eabe30fcSAlfred Perlstein.It Fl u Ar unit 45eabe30fcSAlfred PerlsteinLimit device range to USB devices connected to the given USBUS unit. 46eabe30fcSAlfred Perlstein.It Fl a Ar addr 47eabe30fcSAlfred PerlsteinLimit device range to the given USB device index. 48eabe30fcSAlfred PerlsteinShould only be used in conjunction with the unit argument. 49eabe30fcSAlfred Perlstein.It Fl h 50eabe30fcSAlfred PerlsteinShow help and available commands. 51eabe30fcSAlfred Perlstein.El 52eabe30fcSAlfred Perlstein.Sh SEE ALSO 539d3086c7SAndrew Thompson.Xr usb 4 54