diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-08-28 17:28:03 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-11 07:43:01 +0200 |
commit | b43a28517620c4eba8ab8b96b08e5ec85aedeeaf (patch) | |
tree | 8e3c629cb4a8ef9aefbcb5adeac7d5455fa534f3 /hw/usb.h | |
parent | 6d51b2bb07030c38e5f2d9048c6c474ca486fe9b (diff) |
usb3: superspeed endpoint companion
Add support for building superspeed endpoint companion descriptors,
create them for superspeed usb devices.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb.h')
-rw-r--r-- | hw/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -137,6 +137,7 @@ #define USB_DT_INTERFACE_ASSOC 0x0B #define USB_DT_CS_INTERFACE 0x24 #define USB_DT_CS_ENDPOINT 0x25 +#define USB_DT_ENDPOINT_COMPANION 0x30 #define USB_ENDPOINT_XFER_CONTROL 0 #define USB_ENDPOINT_XFER_ISOC 1 |