Loading drivers/power/power_supply_sysfs.c +2 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,8 @@ static struct device_attribute power_supply_attrs[] = { POWER_SUPPLY_ATTR(typec_mode), POWER_SUPPLY_ATTR(allow_hvdcp3), POWER_SUPPLY_ATTR(soc_reporting_ready), POWER_SUPPLY_ATTR(ignore_false_negative_isense), POWER_SUPPLY_ATTR(enable_jeita_detection), /* Local extensions of type int64_t */ POWER_SUPPLY_ATTR(charge_counter_ext), /* Properties of type `const char *' */ Loading include/linux/power_supply.h +2 −0 Original line number Diff line number Diff line Loading @@ -211,6 +211,8 @@ enum power_supply_property { POWER_SUPPLY_PROP_TYPEC_MODE, POWER_SUPPLY_PROP_ALLOW_HVDCP3, POWER_SUPPLY_PROP_SOC_REPORTING_READY, POWER_SUPPLY_PROP_IGNORE_FALSE_NEGATIVE_ISENSE, POWER_SUPPLY_PROP_ENABLE_JEITA_DETECTION, /* Local extensions of type int64_t */ POWER_SUPPLY_PROP_CHARGE_COUNTER_EXT, /* Properties of type `const char *' */ Loading Loading
drivers/power/power_supply_sysfs.c +2 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,8 @@ static struct device_attribute power_supply_attrs[] = { POWER_SUPPLY_ATTR(typec_mode), POWER_SUPPLY_ATTR(allow_hvdcp3), POWER_SUPPLY_ATTR(soc_reporting_ready), POWER_SUPPLY_ATTR(ignore_false_negative_isense), POWER_SUPPLY_ATTR(enable_jeita_detection), /* Local extensions of type int64_t */ POWER_SUPPLY_ATTR(charge_counter_ext), /* Properties of type `const char *' */ Loading
include/linux/power_supply.h +2 −0 Original line number Diff line number Diff line Loading @@ -211,6 +211,8 @@ enum power_supply_property { POWER_SUPPLY_PROP_TYPEC_MODE, POWER_SUPPLY_PROP_ALLOW_HVDCP3, POWER_SUPPLY_PROP_SOC_REPORTING_READY, POWER_SUPPLY_PROP_IGNORE_FALSE_NEGATIVE_ISENSE, POWER_SUPPLY_PROP_ENABLE_JEITA_DETECTION, /* Local extensions of type int64_t */ POWER_SUPPLY_PROP_CHARGE_COUNTER_EXT, /* Properties of type `const char *' */ Loading