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

Commit 69424ee7 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power: smb5: update APSD result in USBIN_PLUGIN IRQ"

parents f09365d9 051762c8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2851,6 +2851,8 @@ void smblib_usb_plugin_locked(struct smb_charger *chg)
		rc = smblib_request_dpdm(chg, false);
		if (rc < 0)
			smblib_err(chg, "Couldn't disable DPDM rc=%d\n", rc);

		smblib_update_usb_type(chg);
	}

	if (chg->connector_type == POWER_SUPPLY_CONNECTOR_MICRO_USB)