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

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

Merge "usb: dwc3-msm: Make POWER_SUPPLY_PROP_PRESENT writeable"

parents 0a52ce4a bf85e3d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1955,6 +1955,7 @@ dwc3_msm_property_is_writeable(struct power_supply *psy,
				enum power_supply_property psp)
{
	switch (psp) {
	case POWER_SUPPLY_PROP_PRESENT:
	case POWER_SUPPLY_PROP_VOLTAGE_MAX:
		return 1;
	default: