From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59418 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTD4p-0001z2-T5 for qemu-devel@nongnu.org; Thu, 16 Dec 2010 07:36:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTD4o-0004ey-Th for qemu-devel@nongnu.org; Thu, 16 Dec 2010 07:36:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:17104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTD4o-0004e1-Mn for qemu-devel@nongnu.org; Thu, 16 Dec 2010 07:36:54 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oBGCaoJG032271 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 16 Dec 2010 07:36:50 -0500 Message-ID: <4D0A07E0.90108@redhat.com> Date: Thu, 16 Dec 2010 13:36:48 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/5] usb-ccid: add CCID bus References: <1292497600-16115-1-git-send-email-alevy@redhat.com> <1292497600-16115-2-git-send-email-alevy@redhat.com> In-Reply-To: <1292497600-16115-2-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: > A CCID device is a smart card reader. It is a USB device, defined at [1]. > This patch introduces the usb-ccid device that is a ccid bus. Next patches will > introduce two card types to use it, a passthru card and an emulated card. > > [1]http://www.usb.org/developers/devclass_docs/DWG_Smart-Card_CCID_Rev110. > Acked-by: Gerd Hoffmann cheers, Gerd