All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/8] usb-ccid: Misc fixes and T=1 support
@ 2017-07-20  9:02 Stefan Fritsch
  2017-07-20  9:02 ` [Qemu-devel] [PATCH v2 1/8] usb-ccid: Add support to dump all USB packets Stefan Fritsch
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Stefan Fritsch @ 2017-07-20  9:02 UTC (permalink / raw)
  To: Gerd Hoffmann, qemu-devel

From: Stefan Fritsch <stefan_fritsch@genua.de>

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-07-27  8:58 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-20  9:02 [Qemu-devel] [PATCH v2 0/8] usb-ccid: Misc fixes and T=1 support Stefan Fritsch
2017-07-20  9:02 ` [Qemu-devel] [PATCH v2 1/8] usb-ccid: Add support to dump all USB packets Stefan Fritsch
2017-07-21  6:09   ` Gerd Hoffmann
2017-07-27  8:55     ` Stefan Fritsch
2017-07-20  9:02 ` [Qemu-devel] [PATCH v2 2/8] usb-ccid: Fix USB packet generation for 64-Bytes sized packets Stefan Fritsch
2017-07-20  9:02 ` [Qemu-devel] [PATCH v2 3/8] usb-ccid: Set protocol parameters based on card ATR Stefan Fritsch
2017-07-20  9:35   ` Marc-André Lureau
2017-07-20  9:02 ` [Qemu-devel] [PATCH v2 4/8] usb-ccid: Fix ATR parsing Stefan Fritsch
2017-07-20  9:40   ` Marc-André Lureau
2017-07-20  9:02 ` [Qemu-devel] [PATCH v2 5/8] usb-ccid: Fix USB descriptor Stefan Fritsch
2017-07-20  9:44   ` Marc-André Lureau
2017-07-20 12:16     ` Stefan Fritsch
2017-07-20  9:02 ` [Qemu-devel] [PATCH v2 6/8] usb-ccid: Fix chaining fields in CCID USB messages Stefan Fritsch
2017-07-20  9:02 ` [Qemu-devel] [PATCH v2 7/8] usb-ccid: Increase ccid max APDU size Stefan Fritsch
2017-07-20  9:02 ` [Qemu-devel] [PATCH v2 8/8] usb-ccid: Reduce logging at level WARN Stefan Fritsch
2017-07-20  9:49   ` Marc-André Lureau
2017-07-20 12:18     ` Stefan Fritsch
2017-07-27  8:58       ` Stefan Fritsch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.