From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60226 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTD6G-0002ny-Jz for qemu-devel@nongnu.org; Thu, 16 Dec 2010 07:38:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTD6F-00052X-6u for qemu-devel@nongnu.org; Thu, 16 Dec 2010 07:38:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTD6E-00052L-VC for qemu-devel@nongnu.org; Thu, 16 Dec 2010 07:38:23 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oBGCcMpV015841 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 16 Dec 2010 07:38:22 -0500 Message-ID: <4D0A0839.4060506@redhat.com> Date: Thu, 16 Dec 2010 13:38:17 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2/5] ccid: add passthru card device References: <1292497600-16115-1-git-send-email-alevy@redhat.com> <1292497600-16115-3-git-send-email-alevy@redhat.com> In-Reply-To: <1292497600-16115-3-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org On 12/16/10 12:06, 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 > Acked-by: Gerd Hoffmann cheers, Gerd