8354 sync regcomp(3C) with upstream (fix make catalog)
[unleashed/tickless.git] / usr / src / man / man9s / usb_other_speed_cfg_descr.9s
blobcbf493c17ca3cadbc8a944c92c410a5f17a8afa1
1 '\" te
2 .\" Copyright (c) 2004, Sun Microsystems, Inc., All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH USB_OTHER_SPEED_CFG_DESCR 9S "Jan 5, 2004"
7 .SH NAME
8 usb_other_speed_cfg_descr \- USB other speed configuration descriptor
9 .SH SYNOPSIS
10 .LP
11 .nf
12 #include <sys/usb/usba.h>
13 .fi
15 .SH INTERFACE LEVEL
16 .sp
17 .LP
18 Solaris DDI specific (Solaris DDI)
19 .SH DESCRIPTION
20 .sp
21 .LP
22 The \fBusb_other_speed_cfg_descr_t\fR configuration descriptor defines how
23 fields of a high speed device's configuration descriptor change if that device
24 is run at its other speed. Fields of this descriptor reflect configuration
25 descriptor field changes if a device's speed is changed from full to high
26 speed, or from high to full speed.
27 .sp
28 .LP
29 Please refer to Section \fI9.6.4\fR of the \fIUSB 2.0\fR specification. The
30 \fIUSB 2.0\fR specification is available at \fIwww.usb.org\fR.
31 .sp
32 .LP
33 This descriptor has the following fields:
34 .sp
35 .in +2
36 .nf
37 uint8_t     bLength                Size of this descriptor,
38                                    in bytes.
40 uint8_t     bDescriptorType        Set to USB_DESCR_TYPE_OTHER_SPEED_CFG.
42 uint16_t    wTotalLength           Total length of data returned */
43                                    including all descriptors in
44                                    the current other-speed
45                                    configuration.
47 uint8_t     bNumInterfaces         Number of interfaces in
48                                    the selected configuration.
50 uint8_t     bConfigurationValue    ID of the current other-speed
51                                    configuration (1-based).
53 uint8_t     iConfiguration         Configuration value.
54                                    Valid if > 0. Pass to
55                                    usb_get_string_descr(9F)
56                                    to retrieve string.
58 uint8_t     bmAttributes           Configuration characteristics
59                                    [See usb_cfg_descr(9S).]
61 uint8_t     bMaxPower              Maximum power consumption
62                                    in 2mA units.
63 .fi
64 .in -2
66 .SH ATTRIBUTES
67 .sp
68 .LP
69 See \fBattributes\fR(5) for descriptions of the following attributes:
70 .sp
72 .sp
73 .TS
74 box;
75 c | c
76 l | l .
77 ATTRIBUTE TYPE  ATTRIBUTE VALUE
79 Architecture    PCI-based systems
81 Interface stability     Committed
82 .TE
84 .SH SEE ALSO
85 .sp
86 .LP
87 \fBattributes\fR(5), \fBusb_get_alt_if\fR(9F), \fBusb_get_cfg\fR(9F),
88 \fBusb_get_dev_data\fR(9F), \fBusb_get_string_descr\fR(9F),
89 \fBusb_parse_data\fR(9F), \fBusb_cfg_descr\fR(9S), \fBusb_ctrl_request\fR(9S),
90 \fBusb_dev_descr\fR(9S), \fBusb_dev_qlf_descr\fR(9S)