Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/include add CONFIG_HOOK_POWERCONTROL_LCDLIGHT



details:   https://anonhg.NetBSD.org/src/rev/dec9ab2312fb
branches:  trunk
changeset: 483561:dec9ab2312fb
user:      sato <sato%NetBSD.org@localhost>
date:      Mon Mar 13 01:52:00 2000 +0000

description:
add CONFIG_HOOK_POWERCONTROL_LCDLIGHT

diffstat:

 sys/arch/hpcmips/include/config_hook.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 84bbe6678a74 -r dec9ab2312fb sys/arch/hpcmips/include/config_hook.h
--- a/sys/arch/hpcmips/include/config_hook.h    Mon Mar 13 01:46:44 2000 +0000
+++ b/sys/arch/hpcmips/include/config_hook.h    Mon Mar 13 01:52:00 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config_hook.h,v 1.1 1999/12/23 06:26:09 takemura Exp $ */
+/*     $NetBSD: config_hook.h,v 1.2 2000/03/13 01:52:00 sato Exp $     */
 
 /*-
  * Copyright (c) 1999
@@ -57,6 +57,7 @@
 #define CONFIG_HOOK_POWERCONTROL_COM1          1
 #define CONFIG_HOOK_POWERCONTROL_COM2          2
 #define CONFIG_HOOK_POWERCONTROL_COM3          3
+#define CONFIG_HOOK_POWERCONTROL_LCDLIGHT      4
 
 #define CONFIG_HOOK_BUTTONEVENT                1
 #define CONFIG_HOOK_BUTTONEVENT_POWER          0
@@ -83,6 +84,7 @@
 #define PWCTL_COM1     CONFIG_HOOK_POWERCONTROL_COM1
 #define PWCTL_COM2     CONFIG_HOOK_POWERCONTROL_COM2
 #define PWCTL_COM3     CONFIG_HOOK_POWERCONTROL_COM3
+#define PWCTL_LCDLIGHT CONFIG_HOOK_POWERCONTROL_LCDLIGHT
 #define BTN_POWER      CONFIG_HOOK_BUTTONEVENT_POWER
 #define BTN_OK         CONFIG_HOOK_BUTTONEVENT_OK
 #define BTN_CANCEL     CONFIG_HOOK_BUTTONEVENT_CANCEL



Home | Main Index | Thread Index | Old Index