summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-10-15 01:19:58 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-15 01:19:58 -0700
commitcb74f5d749578e1596f68f2dd5493ff85d80d004 (patch)
tree048b7946da6c342b866d37142f4d842774a90978 /include
parentc8c3a40219d8d8fffba1ecc978131e5dfada4e29 (diff)
parent9ed824e16b72ed509e4718c815c3202dfd6ce6e9 (diff)
Merge "power_supply: Add additional USB PD properties"
Diffstat (limited to 'include')
-rw-r--r--include/linux/power_supply.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h
index c477f60c3f01..218cd875ee5a 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -216,6 +216,9 @@ enum power_supply_property {
POWER_SUPPLY_PROP_TYPEC_POWER_ROLE,
POWER_SUPPLY_PROP_PD_ALLOWED,
POWER_SUPPLY_PROP_PD_ACTIVE,
+ POWER_SUPPLY_PROP_PD_IN_HARD_RESET,
+ POWER_SUPPLY_PROP_PD_CURRENT_MAX,
+ POWER_SUPPLY_PROP_PD_USB_SUSPEND_SUPPORTED,
POWER_SUPPLY_PROP_CHARGER_TEMP,
POWER_SUPPLY_PROP_CHARGER_TEMP_MAX,
POWER_SUPPLY_PROP_PARALLEL_DISABLE,