WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH] Fix typo in ISO_Level3_Shift patch

To: "Keir Fraser" <Keir.Fraser@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH] Fix typo in ISO_Level3_Shift patch
From: "Cédric Schieli" <cschieli@xxxxxxxxx>
Date: Mon, 7 May 2007 14:48:10 +0200
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 07 May 2007 05:46:41 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=RReWqzC1E8qG9Q2uPPlwGI89j22dqwtgvBdXpdUtbfmxOEQC9S41NOMcV6SN0PGfkKqQhaKmmHRLDD8J+AywiNFQflhDQNkk/JbA1QTEIejll5T60r4G/oh5xyeW/Yrrio2eKoM7EtVCHV+ZgqD39Sjj0/923Y0NUoPBqrz3/M4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=NHNXl4Ogar/TS8aIcjgdeBGi12tDrKPH8UY1/o7GaFsGf+4WZlsJQcy2YmoxkISzKHktMZGKWwPKIyrttdkLmfb2hvJv4AXkyhRvZK1f+vqU7uYa2bw4ZHzhgM1Dg7Y5TZwl9oWXHyum8QAwX9e3XbCKuFDS3hlsmraZ6FCc2es=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <C264DCEC.6EAC%Keir.Fraser@xxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <c4e42a5f0705070446y3b6c6541kf13d17f732948246@xxxxxxxxxxxxxx> <C264DCEC.6EAC%Keir.Fraser@xxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
You didn't screw anything up, I'm the one to blame.
My original patch already contained the typo.

Regards,
Cédric

2007/5/7, Keir Fraser < Keir.Fraser@xxxxxxxxxxxx>:
I applied the original patch by hand, stared at the two modified lines, and convinced myself they were entered right. Very weird I still managed to screw it up!

 -- Keir


On 7/5/07 12:46, "Cédric Schieli" <cschieli@xxxxxxxxx> wrote:

There is a typo in the ISO_Level3_Shift patch which prevent AltGr key to work.
This is a trivial fix.

Signed-off-by: Cédric Schieli <cschieli@xxxxxxxxx>

--- a/tools/ioemu/keymaps/modifiers     Sun May 06 00:27:22 2007 +0100
+++ b/tools/ioemu/keymaps/modifiers     Mon May 07 13:42:49 2007 +0200
@@ -3,7 +3,7 @@ Shift_L 0x2a
 
 Alt_R 0xb8
 Mode_switch 0xb8
-ISO_Level3_Switch 0xb8
+ISO_Level3_Shift 0xb8
 Alt_L 0x38
 
 Control_R 0x9d



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>