aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2012-07-18 16:28:50 -0700
committerRuchi Kandoi <kandoiruchi@google.com>2015-02-03 16:49:09 -0800
commit633e92cbfdb14cf9cade552cb40873dca1205587 (patch)
tree8f28805b3376ae0e6e89dbab546c42ad966bc8ab /include
parent13ffee04e4b141042fc40d935aa2cd29d4d658f4 (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 1a2d9d4ad54e..3b6f4b146c1f 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -150,6 +150,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,