Hi,

There is a small bug in pc-kbd.c. The keys F11 and F12 aren't properly mapped
from set1 to set2. I included the patch to fix this in this mail.

-------------
Marco Gerards


Changelog entry:

2003-02-24  Marco Gerards <[EMAIL PROTECTED]>

        * pc-kbd.c (sc_set1_to_set2): Map the set 2 scancodes for F11 and
        F12 properly on the set 1 scancodes for F11 and F12.

Patch:

--- pc-kbd.c.old        2003-02-24 21:32:16.000000000 +0100
+++ pc-kbd.c    2003-02-23 22:50:50.000000000 +0100
@@ -519,6 +519,8 @@ enum scancode sc_set1_to_set2[] =
     SC_PAD_0,
     SC_PAD_DECIMAL,
     0x00,      /* XXX SYSREQ */
+    0x00,
+    0x00,
     SC_F11,
     SC_F12,
   };


_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to