Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e999c89 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power_supply: add cycle_counts property"

parents d79ef48d 7d464caf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -337,6 +337,7 @@ static struct device_attribute power_supply_attrs[] = {
	POWER_SUPPLY_ATTR(manufacturer),
	POWER_SUPPLY_ATTR(serial_number),
	POWER_SUPPLY_ATTR(battery_type),
	POWER_SUPPLY_ATTR(cycle_counts),
};

static struct attribute *
+1 −0
Original line number Diff line number Diff line
@@ -288,6 +288,7 @@ enum power_supply_property {
	POWER_SUPPLY_PROP_MANUFACTURER,
	POWER_SUPPLY_PROP_SERIAL_NUMBER,
	POWER_SUPPLY_PROP_BATTERY_TYPE,
	POWER_SUPPLY_PROP_CYCLE_COUNTS,
};

enum power_supply_type {