Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/vr choose first keymap that matches.



details:   https://anonhg.NetBSD.org/src/rev/4759168f0c43
branches:  trunk
changeset: 481791:4759168f0c43
user:      dbj <dbj%NetBSD.org@localhost>
date:      Sun Feb 06 06:29:22 2000 +0000

description:
choose first keymap that matches.
Otherwise, the NEC MobilePro 770 chooses the wrong one.
This is consistent with keymap searching order from before revision 1.12,
although I haven't investigated why choosing the last match instead of the first
causes the MobilePro 770 to lose

diffstat:

 sys/arch/hpcmips/vr/vrkiu.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5188716ff223 -r 4759168f0c43 sys/arch/hpcmips/vr/vrkiu.c
--- a/sys/arch/hpcmips/vr/vrkiu.c       Sun Feb 06 04:07:18 2000 +0000
+++ b/sys/arch/hpcmips/vr/vrkiu.c       Sun Feb 06 06:29:22 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vrkiu.c,v 1.13 2000/01/28 15:02:11 takemura Exp $      */
+/*     $NetBSD: vrkiu.c,v 1.14 2000/02/06 06:29:22 dbj Exp $   */
 
 /*-
  * Copyright (c) 1999 SASAKI Takesi All rights reserved.
@@ -367,6 +367,7 @@
 #if !defined(PCKBD_LAYOUT)
                        vrkiu_keymapdata.layout = table[i].layout;
 #endif
+                       break;
                }
        }
 }



Home | Main Index | Thread Index | Old Index