PERFORCE change 181604 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Fri Jul 30 16:29:18 UTC 2010
http://p4web.freebsd.org/@@181604?ac=10
Change 181604 by hselasky at hselasky_laptop001 on 2010/07/30 16:29:00
USB core:
- add missing Super Speed (USB 3.0) definitions
Affected files ...
.. //depot/projects/usb/src/sys/dev/usb/usb.h#49 edit
Differences ...
==== //depot/projects/usb/src/sys/dev/usb/usb.h#49 (text+ko) ====
@@ -208,6 +208,7 @@
#define UDESC_CS_INTERFACE 0x24
#define UDESC_CS_ENDPOINT 0x25
#define UDESC_HUB 0x29
+#define UDESC_SS_HUB 0x2A /* super speed */
#define UDESC_ENDPOINT_SS_COMP 0x30 /* super speed */
#define UR_SET_DESCRIPTOR 0x07
#define UR_GET_CONFIG 0x08
@@ -343,7 +344,7 @@
uByte bDescriptorType;
uByte bDevCapabilityType;
uByte bReserved;
- uByte ContainerID;
+ uByte bContainerID;
} __packed;
typedef struct usb_devcap_container_id_descriptor
usb_devcap_container_id_descriptor_t;
@@ -356,6 +357,7 @@
#define UDPROTO_FSHUB 0x00
#define UDPROTO_HSHUBSTT 0x01
#define UDPROTO_HSHUBMTT 0x02
+#define UDPROTO_SSHUB 0x03
#define UDCLASS_DIAGNOSTIC 0xdc
#define UDCLASS_WIRELESS 0xe0
#define UDSUBCLASS_RF 0x01
More information about the p4-projects
mailing list