summaryrefslogtreecommitdiff
path: root/hw/usb/desc.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-08-28 17:28:50 +0200
committerGerd Hoffmann <kraxel@redhat.com>2012-09-11 07:43:01 +0200
commit6d51b2bb07030c38e5f2d9048c6c474ca486fe9b (patch)
treeb42d9780493a68eb47c82964c7b42c4b5d102c0f /hw/usb/desc.h
parent0846e6359c407e372f446723b8b7b09ac20d0f03 (diff)
downloadqemu-6d51b2bb07030c38e5f2d9048c6c474ca486fe9b.tar.gz
usb3: superspeed descriptors
Add superspeed descriptor entry to USBDesc, advertise superspeed support when present. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb/desc.h')
-rw-r--r--hw/usb/desc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb/desc.h b/hw/usb/desc.h
index 7cf5442945..d89fa41666 100644
--- a/hw/usb/desc.h
+++ b/hw/usb/desc.h
@@ -152,6 +152,7 @@ struct USBDesc {
USBDescID id;
const USBDescDevice *full;
const USBDescDevice *high;
+ const USBDescDevice *super;
const char* const *str;
};