usbconfig.8 (49366f62991ba8e723c0fcadd60007afe4d3b0a5) usbconfig.8 (fa6d8b65d3956f69cde9043a3c5e77fb57788904)
1.\" $FreeBSD$
2.\"
1.\" $FreeBSD$
2.\"
3.\" Copyright (c) 2008-2010 Hans Petter Selasky. All rights reserved.
3.\" Copyright (c) 2008-2019 Hans Petter Selasky. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the

--- 6 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the

--- 6 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.Dd August 16, 2019
26.Dd December 27, 2019
27.Dt USBCONFIG 8
28.Os
29.Sh NAME
30.Nm usbconfig
31.Nd configure the USB subsystem
32.Sh SYNOPSIS
33.Nm
34.Op Fl u Ar unit

--- 76 unchanged lines hidden (view full) ---

111.It Cm dump_curr_config_desc
112Display current configuration descriptor.
113.It Cm dump_all_config_desc
114Display all the configuration descriptors.
115.It Cm dump_string Ar index
116Display string descriptor at selected index.
117.It Cm dump_info
118Display summary information about the device.
27.Dt USBCONFIG 8
28.Os
29.Sh NAME
30.Nm usbconfig
31.Nd configure the USB subsystem
32.Sh SYNOPSIS
33.Nm
34.Op Fl u Ar unit

--- 76 unchanged lines hidden (view full) ---

111.It Cm dump_curr_config_desc
112Display current configuration descriptor.
113.It Cm dump_all_config_desc
114Display all the configuration descriptors.
115.It Cm dump_string Ar index
116Display string descriptor at selected index.
117.It Cm dump_info
118Display summary information about the device.
119.It Cm dump_stats
120Display USB transfer statistics.
119.It Cm show_ifdrv
120Display the list of interface drivers (such as
121.Xr ukbd 4
122or
123.Xr u3g 4 )
124currently attached to the device.
125.It Cm detach_kernel_driver
126Detach kernel driver for the selected interface and USB device.

--- 46 unchanged lines hidden ---
121.It Cm show_ifdrv
122Display the list of interface drivers (such as
123.Xr ukbd 4
124or
125.Xr u3g 4 )
126currently attached to the device.
127.It Cm detach_kernel_driver
128Detach kernel driver for the selected interface and USB device.

--- 46 unchanged lines hidden ---