mbox

[PULL,0/4] usb: add high speed mouse & keyboard configuration

Message ID 1413373953-19493-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-usb-20141015-2

Message

Gerd Hoffmann Oct. 15, 2014, 11:52 a.m. UTC
Hi,

usb patch queue, bringing high speed configurations for usb mouse &
keyboard, so you can hook them up to ehci without companion controllers.
Also a small xhci fix.

please pull,
  Gerd

The following changes since commit b1d28ec6a7dbdaadda39d29322f0de694aeb0b74:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into staging (2014-10-10 14:55:29 +0100)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-usb-20141015-2

for you to fetch changes up to ac20e1bb0e77cdf79c6e3f90ff910a46d8ca04c9:

  xhci: remove dead code (2014-10-15 13:39:48 +0200)

----------------------------------------------------------------
usb: add high speed mouse & keyboard configuration

----------------------------------------------------------------
Gerd Hoffmann (1):
      xhci: remove dead code

Jan Vesely (3):
      usb-hid: Move descriptor decision to usb-hid initfn
      usb-hid: Add high speed mouse configuration
      usb-hid: Add high speed keyboard configuration

 hw/usb/dev-hid.c     | 174 +++++++++++++++++++++++++++++++++++++++++++++------
 hw/usb/hcd-xhci.c    |   6 --
 include/hw/i386/pc.h |   8 +++
 3 files changed, 162 insertions(+), 26 deletions(-)

Comments

Peter Maydell Oct. 22, 2014, 3:39 p.m. UTC | #1
On 15 October 2014 12:52, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> usb patch queue, bringing high speed configurations for usb mouse &
> keyboard, so you can hook them up to ehci without companion controllers.
> Also a small xhci fix.
>
> please pull,
>   Gerd
>
> The following changes since commit b1d28ec6a7dbdaadda39d29322f0de694aeb0b74:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into staging (2014-10-10 14:55:29 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-usb-20141015-2
>
> for you to fetch changes up to ac20e1bb0e77cdf79c6e3f90ff910a46d8ca04c9:
>
>   xhci: remove dead code (2014-10-15 13:39:48 +0200)
>
> ----------------------------------------------------------------
> usb: add high speed mouse & keyboard configuration
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM