This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

pcmb_screen keyboard patch



Don't recall if this got posted previously, or if it's maybe in the
new sources that you have, but I had this problem:

--- packages/hal/i386/pcmb/current/src/pcmb_screen.c    30 Nov 2001 13:09:27 -0000      1.3
+++ packages/hal/i386/pcmb/current/src/pcmb_screen.c    25 Apr 2002 13:26:31 -0000
@@ -285,7 +285,7 @@
 {      0xFF,           0xFF,           0xFF,           0xFF,   },
 {      0x1b,           0x1b,           0x1b,           0xFF,   },
 {      '1',            '!',            0xFF,           0xFF,   },
-{      '2',            '"',            0xFF,           0xFF,   },
+{      '2',            '@',            0xFF,           0xFF,   },
 {      '3',            '#',            0xFF,           0xFF,   },
 {      '4',            '$',            0xFF,           0xFF,   },
 {      '5',            '%',            0xFF,           0xFF,   },
@@ -324,7 +324,7 @@
 {      'k',            'K',            0x0b,           0xFF,   },
 {      'l',            'L',            0x0c,           0xFF,   },
 {      ';',            ':',            0xFF,           0xFF,   },
-{      0x27,           '@',            0xFF,           0xFF,   },
+{      0x27,           '"',            0xFF,           0xFF,   },
 {      '#',            '~',            0xFF,           0xFF,   },
 {      '`',            '~',            0xFF,           0xFF,   },
 {      '\\',           '|',            0x1C,           0xFF,   },

Thanks,
-- 
David N. Welton
   Consulting: http://www.dedasys.com/
     Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]