qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/2] usb: add support for microsoft os descriptors
Date: Tue, 21 Jan 2014 11:22:50 +0100	[thread overview]
Message-ID: <1390299772-5368-1-git-send-email-kraxel@redhat.com> (raw)

  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

             reply	other threads:[~2014-01-21 10:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-21 10:22 Gerd Hoffmann [this message]
2014-01-21 10:22 ` [Qemu-devel] [PATCH 1/2] usb: add support for microsoft os descriptors Gerd Hoffmann
2014-01-21 10:22 ` [Qemu-devel] [PATCH 2/2] usb-hid: add microsoft os descriptor support Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1390299772-5368-1-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).