mbox

[PULL,for-2.2,0/3] usb bugfixes for 2.2

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

Pull-request

git://git.kraxel.org/qemu tags/pull-usb-20141112-1

Message

Gerd Hoffmann Nov. 12, 2014, 3:13 p.m. UTC
Hi,

usb patch queue with three little fixes.

please pull,
  Gerd

The following changes since commit 558c2c8ddfb165a36eb95dc93125c04829d68aa7:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2014-11-10 16:28:51 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-usb-20141112-1

for you to fetch changes up to 79ae25af1569a50a0ec799901a1bb280c088f121:

  usb-host: fix usb_host_speed_compat tyops (2014-11-12 15:27:23 +0100)

----------------------------------------------------------------
usb bugfixes for 2.2

----------------------------------------------------------------
Chris Johns (1):
      Provide the missing LIBUSB_LOG_LEVEL_* for older libusb or FreeBSD. Providing just the needed value as a defined.

Gerd Hoffmann (2):
      xhci: add sanity checks to xhci_lookup_uport
      usb-host: fix usb_host_speed_compat tyops

 hw/usb/hcd-xhci.c    |  9 +++++++++
 hw/usb/host-libusb.c | 12 +++++++++---
 2 files changed, 18 insertions(+), 3 deletions(-)

Comments

Peter Maydell Nov. 13, 2014, 11:51 a.m. UTC | #1
On 12 November 2014 15:13, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> usb patch queue with three little fixes.
>
> please pull,
>   Gerd
>
> The following changes since commit 558c2c8ddfb165a36eb95dc93125c04829d68aa7:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2014-11-10 16:28:51 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-usb-20141112-1
>
> for you to fetch changes up to 79ae25af1569a50a0ec799901a1bb280c088f121:
>
>   usb-host: fix usb_host_speed_compat tyops (2014-11-12 15:27:23 +0100)
>
> ----------------------------------------------------------------
> usb bugfixes for 2.2
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM