summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2012-07-18 16:28:50 -0700
committerArve Hjønnevåg <arve@android.com>2013-06-11 17:46:44 -0700
commit8630a701c7635ae59b4a1e1a8ff9c15f6afd600c (patch)
tree5adcdb75fb966ce47e9a33c828ba1c431961a21d /include
parentcafc30a69799a90f4f0d14630f82399bd1a41ab4 (diff)
power: power_supply: add POWER_SUPPLY_PROP_CHARGE_ENABLED
Change-Id: I3e93b502452811cbfc4d904202b4f1d94edc143d Signed-off-by: Todd Poynor <toddpoynor@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/power_supply.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h
index 22e1196b0bc8..19778d7cb4b4 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -143,6 +143,7 @@ enum power_supply_property {
/* Local extensions */
POWER_SUPPLY_PROP_USB_HC,
POWER_SUPPLY_PROP_USB_OTG,
+ POWER_SUPPLY_PROP_CHARGE_ENABLED,
/* Properties of type `const char *' */
POWER_SUPPLY_PROP_MODEL_NAME,
POWER_SUPPLY_PROP_MANUFACTURER,