diff options
author | Holger Freyther <zecke@openmoko.org> | 2008-11-19 17:09:53 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:09:53 +0000 |
commit | 7253ddeaa06c4b17ac36ebea9fe09979e13bc7ec (patch) | |
tree | 0798c983255405cd70f024598bf8d223e88447d9 /include/linux | |
parent | 91f495bb69a8bd8f5f6619bd433bf73537ac447d (diff) |
From c221bb27c8e22daa451e26353140777223d397d2 Mon Sep 17 00:00:00 2001
Subject: [PATCH] [pcf50633] Report more events to userspace using the default callback
Signed-Off-By: Holger Freyther <zecke@openmoko.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/pcf506xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pcf506xx.h b/include/linux/pcf506xx.h index a1365e03eae..459b16001c9 100644 --- a/include/linux/pcf506xx.h +++ b/include/linux/pcf506xx.h @@ -23,6 +23,7 @@ enum pmu_event { #endif PMU_EVT_CHARGER_ACTIVE, PMU_EVT_CHARGER_IDLE, + PMU_EVT_CHARGER_CHANGE, __NUM_PMU_EVTS }; |