|
@@ -167,6 +167,7 @@ static struct device_attribute power_supply_attrs[] = {
|
|
|
POWER_SUPPLY_ATTR(constant_charge_voltage_max),
|
|
|
POWER_SUPPLY_ATTR(charge_control_limit),
|
|
|
POWER_SUPPLY_ATTR(charge_control_limit_max),
|
|
|
+ POWER_SUPPLY_ATTR(input_current_limit),
|
|
|
POWER_SUPPLY_ATTR(energy_full_design),
|
|
|
POWER_SUPPLY_ATTR(energy_empty_design),
|
|
|
POWER_SUPPLY_ATTR(energy_full),
|
|
@@ -178,6 +179,8 @@ static struct device_attribute power_supply_attrs[] = {
|
|
|
POWER_SUPPLY_ATTR(capacity_alert_max),
|
|
|
POWER_SUPPLY_ATTR(capacity_level),
|
|
|
POWER_SUPPLY_ATTR(temp),
|
|
|
+ POWER_SUPPLY_ATTR(temp_max),
|
|
|
+ POWER_SUPPLY_ATTR(temp_min),
|
|
|
POWER_SUPPLY_ATTR(temp_alert_min),
|
|
|
POWER_SUPPLY_ATTR(temp_alert_max),
|
|
|
POWER_SUPPLY_ATTR(temp_ambient),
|
|
@@ -189,6 +192,7 @@ static struct device_attribute power_supply_attrs[] = {
|
|
|
POWER_SUPPLY_ATTR(time_to_full_avg),
|
|
|
POWER_SUPPLY_ATTR(type),
|
|
|
POWER_SUPPLY_ATTR(scope),
|
|
|
+ POWER_SUPPLY_ATTR(charge_term_current),
|
|
|
/* Properties of type `const char *' */
|
|
|
POWER_SUPPLY_ATTR(model_name),
|
|
|
POWER_SUPPLY_ATTR(manufacturer),
|