diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-08-28 17:28:50 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-11 07:43:01 +0200 |
commit | 6d51b2bb07030c38e5f2d9048c6c474ca486fe9b (patch) | |
tree | b42d9780493a68eb47c82964c7b42c4b5d102c0f /hw/usb/desc.h | |
parent | 0846e6359c407e372f446723b8b7b09ac20d0f03 (diff) | |
download | qemu-6d51b2bb07030c38e5f2d9048c6c474ca486fe9b.zip qemu-6d51b2bb07030c38e5f2d9048c6c474ca486fe9b.tar.gz qemu-6d51b2bb07030c38e5f2d9048c6c474ca486fe9b.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb/desc.h b/hw/usb/desc.h index 7cf5442..d89fa41 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; }; |