[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 0/8] usb-ccid: Misc fixes and T=1 support
From: |
Stefan Fritsch |
Subject: |
[Qemu-devel] [PATCH v2 0/8] usb-ccid: Misc fixes and T=1 support |
Date: |
Thu, 20 Jul 2017 11:02:43 +0200 |
From: Stefan Fritsch <address@hidden>
Sorry, I have accidentally sent an old patchset that was missing one
fix.
This set of changes contains fixes and extensions to allow to use ccid
card passthru with a physical cardos smartcard using the T=1 protocol.
Unfortunately, our vscard client program ist not public, therefore it
is difficult for other people to test the functionality. But maybe you
are still interested to include some bits of it in qemu?
v2: Fix 'usb-ccid: Fix chaining fields in CCID USB messages' not
compiling.
Stefan Fritsch (8):
usb-ccid: Add support to dump all USB packets
usb-ccid: Fix USB packet generation for 64-Bytes sized packets.
usb-ccid: Set protocol parameters based on card ATR
usb-ccid: Fix ATR parsing
usb-ccid: Fix USB descriptor
usb-ccid: Fix chaining fields in CCID USB messages
usb-ccid: Increase ccid max APDU size
usb-ccid: Reduce logging at level WARN
hw/usb/ccid-card-passthru.c | 34 +++++++---
hw/usb/dev-smartcard-reader.c | 148 ++++++++++++++++++++++++++++++++----------
2 files changed, 138 insertions(+), 44 deletions(-)
--
2.11.0
- [Qemu-devel] [PATCH v2 0/8] usb-ccid: Misc fixes and T=1 support,
Stefan Fritsch <=
- [Qemu-devel] [PATCH v2 2/8] usb-ccid: Fix USB packet generation for 64-Bytes sized packets., Stefan Fritsch, 2017/07/20
- [Qemu-devel] [PATCH v2 7/8] usb-ccid: Increase ccid max APDU size, Stefan Fritsch, 2017/07/20
- [Qemu-devel] [PATCH v2 5/8] usb-ccid: Fix USB descriptor, Stefan Fritsch, 2017/07/20
- [Qemu-devel] [PATCH v2 3/8] usb-ccid: Set protocol parameters based on card ATR, Stefan Fritsch, 2017/07/20
- [Qemu-devel] [PATCH v2 8/8] usb-ccid: Reduce logging at level WARN, Stefan Fritsch, 2017/07/20