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

Commit 82f30a2e 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 enums for POWER_SUPPLY_PROP_PD_ACTIVE" into msm-4.9

parents 8eedcc7f 848f68e0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -125,6 +125,12 @@ enum {
	POWER_SUPPLY_PL_NON_STACKED_BATFET,
};

enum {
	POWER_SUPPLY_PD_INACTIVE = 0,
	POWER_SUPPLY_PD_ACTIVE,
	POWER_SUPPLY_PD_PPS_ACTIVE,
};

enum power_supply_property {
	/* Properties of type `int' */
	POWER_SUPPLY_PROP_STATUS = 0,