Hi, Small usb patch queue, featuring support for microsoft os descriptors.
please pull, Gerd The following changes since commit 1cf892ca2689c84960b4ce4d2723b6bee453711c: SPARC: Fix LEON3 power down instruction (2014-01-15 15:37:33 +1000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-2 for you to fetch changes up to 88678fbd9dbf01fd0988bcb651508378d85e868a: usb-hid: add microsoft os descriptor support (2014-01-16 12:59:59 +0100) ---------------------------------------------------------------- usb core+hid: add support for microsoft os descriptors ---------------------------------------------------------------- Gerd Hoffmann (2): usb: add support for microsoft os descriptors usb-hid: add microsoft os descriptor support hw/i386/pc_piix.c | 4 + hw/usb/Makefile.objs | 2 +- hw/usb/bus.c | 2 + hw/usb/desc-msos.c | 234 +++++++++++++++++++++++++++++++++++++++++++++++++++ hw/usb/desc.c | 37 +++++++- hw/usb/desc.h | 11 ++- hw/usb/dev-hid.c | 8 ++ include/hw/i386/pc.h | 9 ++ include/hw/usb.h | 3 + trace-events | 1 + 10 files changed, 305 insertions(+), 6 deletions(-) create mode 100644 hw/usb/desc-msos.c