usbconfig.8 (5eafaf9e68894cda4e8dca5f363be0b4f15b5cd6) usbconfig.8 (75a86e93e6e56df781e630ce9504bdd034f82d2f)
1.\" $FreeBSD$
2.\"
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

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

26.Dd January 29, 2022
27.Dt USBCONFIG 8
28.Os
29.Sh NAME
30.Nm usbconfig
31.Nd configure the USB subsystem
32.Sh SYNOPSIS
33.Nm
1.\" $FreeBSD$
2.\"
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

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

26.Dd January 29, 2022
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
34.Op Fl v
35.Op Fl a Ar addr
36.Op Fl i Ar interface_index
35.Op Fl a Ar addr
36.Op Fl i Ar interface_index
37.Op Fl v
37.Op Fl u Ar unit
38.Op Ar cmds ...
39.Nm
40.Fl d
41.Sm off
42.Oo Oo Cm /dev/ Oc Cm ugen Oc Ar unit Cm \&. Ar addr
43.Sm on
38.Op Ar cmds ...
39.Nm
40.Fl d
41.Sm off
42.Oo Oo Cm /dev/ Oc Cm ugen Oc Ar unit Cm \&. Ar addr
43.Sm on
44.Op Fl i Ar interface_index
45.Op Fl v
44.Op Fl v
45.Op Fl i Ar interface_index
46.Op Ar cmds ...
47.Sh DESCRIPTION
48The
49.Nm
50utility is used to configure and dump information about the USB subsystem.
51.Pp
52The options are as follows:
53.Bl -tag -width "-u unit"
46.Op Ar cmds ...
47.Sh DESCRIPTION
48The
49.Nm
50utility is used to configure and dump information about the USB subsystem.
51.Pp
52The options are as follows:
53.Bl -tag -width "-u unit"
54.It Fl u Ar unit
55Limit device range to USB devices connected to the given USBUS unit.
56.It Fl a Ar addr
57Limit device range to the given USB device index.
58Should only be used in conjunction with the unit argument.
59.It Xo
60.Fl d
61.Sm off
62.Oo Oo Cm /dev/ Oc Cm ugen Oc Ar unit Cm \&. Ar addr
63.Sm on

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

68or the full path name
69.Cm /dev/ugen .
70.It Fl h
71Show help and available commands.
72.It Fl i Ar interface_index
73Specify interface index as indicated by the command description.
74If this argument is not specified
75a value of zero will be used for the interface index.
54.It Fl a Ar addr
55Limit device range to the given USB device index.
56Should only be used in conjunction with the unit argument.
57.It Xo
58.Fl d
59.Sm off
60.Oo Oo Cm /dev/ Oc Cm ugen Oc Ar unit Cm \&. Ar addr
61.Sm on

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

66or the full path name
67.Cm /dev/ugen .
68.It Fl h
69Show help and available commands.
70.It Fl i Ar interface_index
71Specify interface index as indicated by the command description.
72If this argument is not specified
73a value of zero will be used for the interface index.
74.It Fl u Ar unit
75Limit device range to USB devices connected to the given USBUS unit.
76.It Fl v
77Activate the
78.Cm dump_device_desc ,
79.Cm dump_curr_config_desc ,
80and
81.Cm show_ifdrv
82commands
83.Pq Dq verbose mode .

--- 121 unchanged lines hidden ---
76.It Fl v
77Activate the
78.Cm dump_device_desc ,
79.Cm dump_curr_config_desc ,
80and
81.Cm show_ifdrv
82commands
83.Pq Dq verbose mode .

--- 121 unchanged lines hidden ---