diff options
| author | Todd Poynor <toddpoynor@google.com> | 2012-07-03 15:41:20 -0700 |
|---|---|---|
| committer | John Stultz <john.stultz@linaro.org> | 2016-02-16 13:53:32 -0800 |
| commit | f72efc79c0ca211f9db62737343e019942cbaa6b (patch) | |
| tree | 0f435b4e9403eb2ae130b5f1dd53a00c1c6312c4 /include/linux | |
| parent | 7fcd7eef75430ea36a1bebea2be66a539bebe86f (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 ef9f1592185d..1de6b7b31dc1 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -152,6 +152,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 { |
