Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/dev fix CONFIG_HOOK_BUTTONEVENT_CANCEL keyc...



details:   https://anonhg.NetBSD.org/src/rev/077561d14dc4
branches:  trunk
changeset: 486296:077561d14dc4
user:      sato <sato%NetBSD.org@localhost>
date:      Thu May 18 03:27:22 2000 +0000

description:
fix CONFIG_HOOK_BUTTONEVENT_CANCEL keycode.

diffstat:

 sys/arch/hpcmips/dev/btnmgr.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7de6a9d36409 -r 077561d14dc4 sys/arch/hpcmips/dev/btnmgr.c
--- a/sys/arch/hpcmips/dev/btnmgr.c     Thu May 18 03:02:45 2000 +0000
+++ b/sys/arch/hpcmips/dev/btnmgr.c     Thu May 18 03:27:22 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: btnmgr.c,v 1.7 2000/05/04 08:19:00 takemura Exp $      */
+/*     $NetBSD: btnmgr.c,v 1.8 2000/05/18 03:27:22 sato Exp $  */
 
 /*-
  * Copyright (c) 1999
@@ -119,7 +119,7 @@
        /* id                                   kevent keycode name     */
        [CONFIG_HOOK_BUTTONEVENT_POWER] =       { 0,   0, "Power"       },
        [CONFIG_HOOK_BUTTONEVENT_OK] =          { 1,  28, "OK"          },
-       [CONFIG_HOOK_BUTTONEVENT_CANCEL] =      { 1,   0, "Cancel"      },
+       [CONFIG_HOOK_BUTTONEVENT_CANCEL] =      { 1,   1, "Cancel"      },
        [CONFIG_HOOK_BUTTONEVENT_UP] =          { 1,  72, "Up"          },
        [CONFIG_HOOK_BUTTONEVENT_DOWN] =        { 1,  80, "Down"        },
        [CONFIG_HOOK_BUTTONEVENT_REC] =         { 0,   0, "Rec"         },



Home | Main Index | Thread Index | Old Index