summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2012-07-13 13:30:04 -0700
committerJohn Stultz <john.stultz@linaro.org>2016-02-16 13:53:33 -0800
commitec5fbe34c12f11a0796cd1ec1a9938f5082d71dc (patch)
tree39514a5c55b92cfb158470bcb04828a4120c5851 /include
parent9a9fbfd35e29e662e642a35085f5e99ae6444ed3 (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')
-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 d29264c335fb..995996f5344f 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -150,6 +150,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,