]> git.proxmox.com Git - qemu.git/commit
usb: add device qualifier support
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 8 Dec 2010 16:35:22 +0000 (17:35 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 11 Jan 2011 16:15:24 +0000 (17:15 +0100)
commit25620cba94d7ca126a24d74ce6f2ac42aa9a2fe8
treeac5825a3053e995a1d082dfd4be6b1bf81565a9a
parent32d41919784abe56b10f6d7784c00bb27e4f4d39
usb: add device qualifier support

Add support for device_qualifier and other_speed_config descriptors.
These are used to query the "other speed" configuration of usb 2.0
devices, i.e. in high-speed mode they return the full-speed
configuration and visa versa.

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