Module Name:    src
Committed By:   rkujawa
Date:           Sun Aug  4 00:21:56 UTC 2013

Modified Files:
        src/sys/sys: pmf.h

Log Message:
Add an event for situations where some kind of power source change occurs.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/sys/pmf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/pmf.h
diff -u src/sys/sys/pmf.h:1.19 src/sys/sys/pmf.h:1.20
--- src/sys/sys/pmf.h:1.19	Sat Apr  6 13:19:25 2013
+++ src/sys/sys/pmf.h	Sun Aug  4 00:21:56 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: pmf.h,v 1.19 2013/04/06 13:19:25 martin Exp $ */
+/* $NetBSD: pmf.h,v 1.20 2013/08/04 00:21:56 rkujawa Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcne...@invisible.ca>
@@ -49,7 +49,8 @@ typedef enum {
 	PMFE_CHASSIS_LID_OPEN,
 	PMFE_RADIO_ON,
 	PMFE_RADIO_OFF,
-	PMFE_RADIO_TOGGLE
+	PMFE_RADIO_TOGGLE,
+	PMFE_POWER_CHANGED
 } pmf_generic_event_t;
 
 struct pmf_qual {

Reply via email to