All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in ISO_Level3_Shift patch
@ 2007-05-07 11:46 Cédric Schieli
  2007-05-07 12:41 ` Keir Fraser
  0 siblings, 1 reply; 3+ messages in thread
From: Cédric Schieli @ 2007-05-07 11:46 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 450 bytes --]

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@gmail.com>

--- 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

[-- Attachment #1.2: Type: text/html, Size: 609 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix typo in ISO_Level3_Shift patch
  2007-05-07 11:46 [PATCH] Fix typo in ISO_Level3_Shift patch Cédric Schieli
@ 2007-05-07 12:41 ` Keir Fraser
  2007-05-07 12:48   ` Cédric Schieli
  0 siblings, 1 reply; 3+ messages in thread
From: Keir Fraser @ 2007-05-07 12:41 UTC (permalink / raw)
  To: Cédric Schieli, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 892 bytes --]

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@gmail.com> 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@gmail.com>
> 
> --- 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@lists.xensource.com
> http://lists.xensource.com/xen-devel



[-- Attachment #1.2: Type: text/html, Size: 1680 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix typo in ISO_Level3_Shift patch
  2007-05-07 12:41 ` Keir Fraser
@ 2007-05-07 12:48   ` Cédric Schieli
  0 siblings, 0 replies; 3+ messages in thread
From: Cédric Schieli @ 2007-05-07 12:48 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1112 bytes --]

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@cl.cam.ac.uk>:
>
>  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@gmail.com> 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@gmail.com>
>
> --- 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@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>
>

[-- Attachment #1.2: Type: text/html, Size: 2543 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-05-07 12:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-07 11:46 [PATCH] Fix typo in ISO_Level3_Shift patch Cédric Schieli
2007-05-07 12:41 ` Keir Fraser
2007-05-07 12:48   ` Cédric Schieli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.