]> git.ipfire.org Git - thirdparty/qemu.git/commit
usb: fix endpoint descriptor ordering
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 28 Jan 2013 14:52:57 +0000 (15:52 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 19 Feb 2013 11:30:05 +0000 (12:30 +0100)
commit2e5df36df8d0c3ffe59de254ef016508b27562bb
tree870634be834919ba2e0ba334ad1042618933510b
parent6ef3ccd18f881a7bece556ff0fe1b0bf70ac2262
usb: fix endpoint descriptor ordering

Fix the ordering of the endpoint descriptors for superspeed endpoints:
The superspeed companion must come first, possible additional
descriptors for the endpoint after that.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/desc.c