aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2012-07-03 15:41:20 -0700
committerRuchi Kandoi <kandoiruchi@google.com>2015-02-03 16:49:05 -0800
commit4ae73289ee4902d92037f118627c23bca8f55bb9 (patch)
tree5be63b4805522c13131d3a70de67b12edc53016f /include
parentba778b8c77cbd06db7f43c4bfbd5d7842fb6bb93 (diff)
power_supply: Add custom property for USB High Current mode
For smb347. Change-Id: I3323469072e1ee5085d61af8a89612b06b91f94a Signed-off-by: Todd Poynor <toddpoynor@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/power_supply.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h
index 096dbced02ac..fa82bb0b9b60 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -151,6 +151,8 @@ enum power_supply_property {
POWER_SUPPLY_PROP_MODEL_NAME,
POWER_SUPPLY_PROP_MANUFACTURER,
POWER_SUPPLY_PROP_SERIAL_NUMBER,
+ /* Local extensions */
+ POWER_SUPPLY_PROP_USB_HC,
};
enum power_supply_type {