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

This commit is contained in:
qctecmdr Service 2018-05-25 12:13:34 -07:00 committed by Gerrit - the friendly Code Review server
commit 69424ee787

View File

@ -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)