Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/hpc fix PERSONA keymap. patch by KIYOHARA Takashi



details:   https://anonhg.NetBSD.org/src/rev/51cc8b6d4d62
branches:  trunk
changeset: 515916:51cc8b6d4d62
user:      uch <uch%NetBSD.org@localhost>
date:      Mon Oct 08 15:35:06 2001 +0000

description:
fix PERSONA keymap. patch by KIYOHARA Takashi

diffstat:

 sys/dev/hpc/hpckbdkeymap.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 94daa3f208ac -r 51cc8b6d4d62 sys/dev/hpc/hpckbdkeymap.h
--- a/sys/dev/hpc/hpckbdkeymap.h        Mon Oct 08 15:34:24 2001 +0000
+++ b/sys/dev/hpc/hpckbdkeymap.h        Mon Oct 08 15:35:06 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpckbdkeymap.h,v 1.11 2001/09/14 17:22:52 uch Exp $ */
+/*     $NetBSD: hpckbdkeymap.h,v 1.12 2001/10/08 15:35:06 uch Exp $ */
 
 /*-
  * Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
@@ -604,7 +604,7 @@
 };
 
 const int persona_hpw50pad_special_keymap[] = {
-       [KEY_SPECIAL_OFF]       = 64,
+       [KEY_SPECIAL_OFF]       =  0,
        [KEY_SPECIAL_LIGHT]     = -1
 };
 



Home | Main Index | Thread Index | Old Index