From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38666 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4BK0-0004PQ-VB for qemu-devel@nongnu.org; Mon, 28 Mar 2011 08:13:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4BJy-0002tA-NW for qemu-devel@nongnu.org; Mon, 28 Mar 2011 08:13:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4BJy-0002sn-9O for qemu-devel@nongnu.org; Mon, 28 Mar 2011 08:13:22 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2SCDKkQ032683 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 28 Mar 2011 08:13:20 -0400 Date: Mon, 28 Mar 2011 14:13:16 +0200 From: Alon Levy Subject: Re: [Qemu-devel] [PATCH v23 03/11] usb-ccid: add CCID bus Message-ID: <20110328121316.GC28224@playa.redhat.com> References: <1300886393-2799-1-git-send-email-alevy@redhat.com> <1300886393-2799-4-git-send-email-alevy@redhat.com> <4D90787D.3090700@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D90787D.3090700@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes Sorensen Cc: qemu-devel@nongnu.org On Mon, Mar 28, 2011 at 02:01:01PM +0200, Jes Sorensen wrote: > On 03/23/11 14:19, 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. > > > > Signed-off-by: Alon Levy > > This looks ok to me now - I noticed that the comments in the header file > refers to u8/u16/u32 for types, even though the code uses > uint{8,16,32}_t, but I don't think that warrants a fix. > > If the comment goes in, please fix the spelling of my name. Gah, I'm terribly sorry, I usually try to be correct on that point. > > Reviewed-by: Jes Sorensen >