
From: Andries.Brouwer@cwi.nl

By mistake the keycode for right control in scancode set 3 was the same as
that for right alt.  This fixes that.



 25-akpm/drivers/input/keyboard/atkbd.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/input/keyboard/atkbd.c~right-ctrl-scancode-fix drivers/input/keyboard/atkbd.c
--- 25/drivers/input/keyboard/atkbd.c~right-ctrl-scancode-fix	Thu Sep 18 16:26:53 2003
+++ 25-akpm/drivers/input/keyboard/atkbd.c	Thu Sep 18 16:26:53 2003
@@ -70,7 +70,7 @@ static unsigned char atkbd_set3_keycode[
 	134, 46, 45, 32, 18,  5,  4, 63,135, 57, 47, 33, 20, 19,  6, 64,
 	136, 49, 48, 35, 34, 21,  7, 65,137,100, 50, 36, 22,  8,  9, 66,
 	125, 51, 37, 23, 24, 11, 10, 67,126, 52, 53, 38, 39, 25, 12, 68,
-	113,114, 40, 84, 26, 13, 87, 99,100, 54, 28, 27, 43, 84, 88, 70,
+	113,114, 40, 84, 26, 13, 87, 99, 97, 54, 28, 27, 43, 84, 88, 70,
 	108,105,119,103,111,107, 14,110,  0, 79,106, 75, 71,109,102,104,
 	 82, 83, 80, 76, 77, 72, 69, 98,  0, 96, 81,  0, 78, 73, 55, 85,
 	 89, 90, 91, 92, 74,185,184,182,  0,  0,  0,125,126,127,112,  0,

_
