Re: [Qemu-devel] [PATCH 3/7] ccid: add passthru card device

2011-03-14 Thread Jes Sorensen
On 03/14/11 15:53, Alon Levy wrote: > On Mon, Mar 14, 2011 at 03:04:04PM +0100, Jes Sorensen wrote: >> On 02/23/11 12:20, Alon Levy wrote: >>> The passthru ccid card is a device sitting on the usb-ccid bus and >>> using a chardevice to communicate with a remote device using the >>> VSCard protocol

Re: [Qemu-devel] [PATCH 3/7] ccid: add passthru card device

2011-03-14 Thread Alon Levy
On Mon, Mar 14, 2011 at 03:04:04PM +0100, Jes Sorensen wrote: > On 02/23/11 12:20, Alon Levy wrote: > > The passthru ccid card is a device sitting on the usb-ccid bus and > > using a chardevice to communicate with a remote device using the > > VSCard protocol defined in libcacard/vscard_common.h >

Re: [Qemu-devel] [PATCH 3/7] ccid: add passthru card device

2011-03-14 Thread Jes Sorensen
On 02/23/11 12:20, Alon Levy wrote: > The passthru ccid card is a device sitting on the usb-ccid bus and > using a chardevice to communicate with a remote device using the > VSCard protocol defined in libcacard/vscard_common.h > > Usage docs available in following patch in docs/ccid.txt > > Signe

[Qemu-devel] [PATCH 3/7] ccid: add passthru card device

2011-02-23 Thread Alon Levy
The passthru ccid card is a device sitting on the usb-ccid bus and using a chardevice to communicate with a remote device using the VSCard protocol defined in libcacard/vscard_common.h Usage docs available in following patch in docs/ccid.txt Signed-off-by: Alon Levy --- Changes from v19->v20:

[Qemu-devel] [PATCH 3/7] ccid: add passthru card device

2011-02-07 Thread Alon Levy
The passthru ccid card is a device sitting on the usb-ccid bus and using a chardevice to communicate with a remote device using the VSCard protocol defined in libcacard/vscard_common.h Usage docs available in following patch in docs/ccid.txt Signed-off-by: Alon Levy --- Changes from v18->v19: