qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/2] usb: add support for microsoft os descriptors
@ 2014-01-21 10:22 Gerd Hoffmann
  2014-01-21 10:22 ` [Qemu-devel] [PATCH 1/2] " Gerd Hoffmann
  2014-01-21 10:22 ` [Qemu-devel] [PATCH 2/2] usb-hid: add microsoft os descriptor support Gerd Hoffmann
  0 siblings, 2 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2014-01-21 10:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-21 10:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-21 10:22 [Qemu-devel] [PULL 0/2] usb: add support for microsoft os descriptors Gerd Hoffmann
2014-01-21 10:22 ` [Qemu-devel] [PATCH 1/2] " Gerd Hoffmann
2014-01-21 10:22 ` [Qemu-devel] [PATCH 2/2] usb-hid: add microsoft os descriptor support Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).