From: Vojtech Pavlik <vojtech@suse.cz>

Fix incorrect raw mode emulation of the PrintScreen key, causing XFree86 to
see it every PrintScreen keypress three times.



 drivers/char/keyboard.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/char/keyboard.c~keyboard-repeat-fix drivers/char/keyboard.c
--- 25/drivers/char/keyboard.c~keyboard-repeat-fix	2004-01-05 21:32:45.000000000 -0800
+++ 25-akpm/drivers/char/keyboard.c	2004-01-05 21:32:45.000000000 -0800
@@ -942,7 +942,7 @@ static unsigned short x86_keycodes[256] 
 	 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63,
 	 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
 	 80, 81, 82, 83, 84, 93, 86, 87, 88, 94, 95, 85,259,375,260, 90,
-	284,285,309,311,312, 91,327,328,329,331,333,335,336,337,338,339,
+	284,285,309,298,312, 91,327,328,329,331,333,335,336,337,338,339,
 	367,288,302,304,350, 89,334,326,116,377,109,111,126,347,348,349,
 	360,261,262,263,298,376,100,101,321,316,373,286,289,102,351,355,
 	103,104,105,275,287,279,306,106,274,107,294,364,358,363,362,361,

_