From: Vojtech P. <vo...@us...> - 2002-01-27 01:48:57
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/input/keyboard In directory usw-pr-cvs1:/tmp/cvs-serv29747 Modified Files: atkbd.c Log Message: Fix Shift-PgUp/PgDn unknown key message. Index: atkbd.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/input/keyboard/atkbd.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- atkbd.c 2002/01/22 20:37:14 1.30 +++ atkbd.c 2002/01/27 01:48:54 1.31 @@ -66,7 +66,7 @@ 0,150, 0,154,152,163,151,126,112,166, 0,140, 0,147, 0,127, 159,167,139,160,163, 0, 0,116,158, 0,150,165, 0, 0, 0,142, 157, 0,114,166,168, 0, 0, 0,155, 0, 98,113, 0,148, 0,138, - 0, 0, 0, 0, 0, 0,153,140, 0, 0, 96, 0, 0, 0,143, 0, + 0, 0, 0, 0, 0, 0,153,140, 0,255, 96, 0, 0, 0,143, 0, 133, 0,116, 0,143, 0,174,133, 0,107, 0,105,102, 0, 0,112, 110,111,108,112,106,103, 0,119, 0,118,109, 0, 99,104,119 }; |