mbox

[PULL,0/3] Usb 20180427 patches

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

Pull-request

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

Message

Gerd Hoffmann April 27, 2018, 10:20 a.m. UTC
The following changes since commit b8846a4d6352b2a1d2012f8b3b9115640524aeda:

  vl.c: new function serial_max_hds() (2018-04-26 13:58:29 +0100)

are available in the git repository at:

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

for you to fetch changes up to 0f5c642d49c3a843bd8b8790d7014fd84bcf6405:

  ccid-card: include libcacard.h only (2018-04-27 10:57:09 +0200)

----------------------------------------------------------------
usb: ccid bugfix, misc small improvements.

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

Jason Andryuk (1):
  ccid: Fix dwProtocols advertisement of T=0

John Thomson (1):
  Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_option

Michal Privoznik (1):
  ccid-card: include libcacard.h only

 configure                     | 2 +-
 hw/usb/ccid-card-emulated.c   | 5 +----
 hw/usb/ccid-card-passthru.c   | 2 +-
 hw/usb/dev-smartcard-reader.c | 4 ++--
 hw/usb/host-libusb.c          | 4 ++++
 5 files changed, 9 insertions(+), 8 deletions(-)

Comments

Peter Maydell April 27, 2018, 12:30 p.m. UTC | #1
On 27 April 2018 at 11:20, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit b8846a4d6352b2a1d2012f8b3b9115640524aeda:
>
>   vl.c: new function serial_max_hds() (2018-04-26 13:58:29 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20180427-pull-request
>
> for you to fetch changes up to 0f5c642d49c3a843bd8b8790d7014fd84bcf6405:
>
>   ccid-card: include libcacard.h only (2018-04-27 10:57:09 +0200)
>
> ----------------------------------------------------------------
> usb: ccid bugfix, misc small improvements.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM