From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46302 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pz9uO-0002Rr-Qo for qemu-devel@nongnu.org; Mon, 14 Mar 2011 11:42:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pz9uN-0000I0-2a for qemu-devel@nongnu.org; Mon, 14 Mar 2011 11:42:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pz9uM-0000Hi-QY for qemu-devel@nongnu.org; Mon, 14 Mar 2011 11:42:11 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2EFg9VX016468 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 14 Mar 2011 11:42:10 -0400 Message-ID: <4D7E373A.30800@redhat.com> Date: Mon, 14 Mar 2011 16:41:46 +0100 From: Jes Sorensen MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 6/7] ccid: add docs References: <1298460024-23591-1-git-send-email-alevy@redhat.com> <1298460024-23591-7-git-send-email-alevy@redhat.com> In-Reply-To: <1298460024-23591-7-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 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 02/23/11 12:20, Alon Levy wrote: > Add documentation for the usb-ccid device and accompanying two card > devices, ccid-card-emulated and ccid-card-passthru. > > Signed-off-by: Alon Levy > --- > docs/ccid.txt | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 135 insertions(+), 0 deletions(-) > create mode 100644 docs/ccid.txt This one looks fine :) Jes