diff options
author | Todd Poynor <toddpoynor@google.com> | 2012-07-03 15:41:20 -0700 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2013-07-01 13:40:51 -0700 |
commit | c6ed5ce8fafa06d20f4369fa8ad13a398fb72f1b (patch) | |
tree | c7c8517b11f91082debf35ca38b09f2a4ef90201 /include/linux | |
parent | 9197a2d79df72b0bf7084c77085b036c996fb713 (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/linux')
-rw-r--r-- | include/linux/power_supply.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h index de207ebb9170..1b82404da86d 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -144,6 +144,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 { |