From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46454 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoyNV-0001tt-Sb for qemu-devel@nongnu.org; Mon, 14 Feb 2011 08:22:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoyNU-0004Gh-IS for qemu-devel@nongnu.org; Mon, 14 Feb 2011 08:22:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoyNU-0004GV-9g for qemu-devel@nongnu.org; Mon, 14 Feb 2011 08:22:08 -0500 Message-ID: <4D592CEB.5010204@redhat.com> Date: Mon, 14 Feb 2011 14:23:55 +0100 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v3] PS/2 keyboard Scancode Set 3 support References: In-Reply-To: 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: Roy Tam Cc: qemu-devel Am 14.02.2011 13:59, schrieb Roy Tam: > The following patch adds PS/2 keyboard Scancode Set 3 support. > > Sign-off-by: Roy Tam > -- > v3: change from switch to array, more style fixes > v2: checkpatch.pl style fixes Looks much better now. :-) Kevin