mbox

[PULL,0/2] Usb 20210218 patches

Message ID 20210218115201.2765071-1-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/usb-20210218-pull-request

Message

Gerd Hoffmann Feb. 18, 2021, 11:51 a.m. UTC
The following changes since commit 18543229fd7a2c79dcd6818c7b1f0f62512b5220:

  Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-r=
equest' into staging (2021-02-16 14:37:57 +0000)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/usb-20210218-pull-request

for you to fetch changes up to 6ba5a437ad48f10931592f649b5b7375968f362d:

  usb/pcap: set flag_setup (2021-02-17 14:29:12 +0100)

----------------------------------------------------------------
usb: two bugfixes.

----------------------------------------------------------------

Gerd Hoffmann (1):
  usb/pcap: set flag_setup

Nick Rosbrook (1):
  usb-host: use correct altsetting in usb_host_ep_update

 hw/usb/host-libusb.c | 18 +++++++++++++++---
 hw/usb/pcap.c        |  2 ++
 2 files changed, 17 insertions(+), 3 deletions(-)

--=20
2.29.2

Comments

Peter Maydell Feb. 18, 2021, 4:33 p.m. UTC | #1
On Thu, 18 Feb 2021 at 11:57, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 18543229fd7a2c79dcd6818c7b1f0f62512b5220:
>
>   Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-r=
> equest' into staging (2021-02-16 14:37:57 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20210218-pull-request
>
> for you to fetch changes up to 6ba5a437ad48f10931592f649b5b7375968f362d:
>
>   usb/pcap: set flag_setup (2021-02-17 14:29:12 +0100)
>
> ----------------------------------------------------------------
> usb: two bugfixes.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   usb/pcap: set flag_setup
>
> Nick Rosbrook (1):
>   usb-host: use correct altsetting in usb_host_ep_update
>
>  hw/usb/host-libusb.c | 18 +++++++++++++++---
>  hw/usb/pcap.c        |  2 ++
>  2 files changed, 17 insertions(+), 3 deletions(-)


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM