Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Add generic radion on/off/toggle events
details: https://anonhg.NetBSD.org/src/rev/2cbb6996d80b
branches: trunk
changeset: 785914:2cbb6996d80b
user: martin <martin%NetBSD.org@localhost>
date: Sat Apr 06 13:19:25 2013 +0000
description:
Add generic radion on/off/toggle events
diffstat:
sys/sys/pmf.h | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 172888143536 -r 2cbb6996d80b sys/sys/pmf.h
--- a/sys/sys/pmf.h Sat Apr 06 13:00:31 2013 +0000
+++ b/sys/sys/pmf.h Sat Apr 06 13:19:25 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmf.h,v 1.18 2010/02/24 22:38:10 dyoung Exp $ */
+/* $NetBSD: pmf.h,v 1.19 2013/04/06 13:19:25 martin Exp $ */
/*-
* Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -46,7 +46,10 @@
PMFE_AUDIO_VOLUME_DOWN,
PMFE_AUDIO_VOLUME_TOGGLE,
PMFE_CHASSIS_LID_CLOSE,
- PMFE_CHASSIS_LID_OPEN
+ PMFE_CHASSIS_LID_OPEN,
+ PMFE_RADIO_ON,
+ PMFE_RADIO_OFF,
+ PMFE_RADIO_TOGGLE
} pmf_generic_event_t;
struct pmf_qual {
Home |
Main Index |
Thread Index |
Old Index