bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in set1 to set2 mapping in pc-kbd.c


From: M. Gerards
Subject: Bug in set1 to set2 mapping in pc-kbd.c
Date: Mon, 24 Feb 2003 21:29:02 +0100
User-agent: Internet Messaging Program (IMP) 3.1

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 <metgerards@student.han.nl>

        * 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,
   };




reply via email to

[Prev in Thread] Current Thread [Next in Thread]