aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2012-07-13 13:30:04 -0700
committerRuchi Kandoi <kandoiruchi@google.com>2015-02-03 16:49:06 -0800
commiteae725d07cca32829091f3ed0bf3d1dd61a8d043 (patch)
tree0b2efa6df923ce254b8938521b68e8c5f837bac1 /include/linux
parent011c4c7e4a2348baaefe0cb47d731326f14316c4 (diff)
power: power_supply: add POWER_SUPPLY_PROP_USB_OTG
Change-Id: Idfc6ef2e37d62aad6f26cc8eafa53db642cd352b Signed-off-by: Todd Poynor <toddpoynor@google.com>
Diffstat (limited to 'include/linux')
-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 2aec63d9c418..1a2d9d4ad54e 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -149,6 +149,7 @@ enum power_supply_property {
POWER_SUPPLY_PROP_CALIBRATE,
/* Local extensions */
POWER_SUPPLY_PROP_USB_HC,
+ POWER_SUPPLY_PROP_USB_OTG,
/* Properties of type `const char *' */
POWER_SUPPLY_PROP_MODEL_NAME,
POWER_SUPPLY_PROP_MANUFACTURER,