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

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

Merge "power: smb5: enable HVDCP detection/authentication for microUSB"

parents cf039386 26e58fde
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -2115,6 +2115,10 @@ static int smb5_configure_micro_usb(struct smb_charger *chg)
		}
		}
	}
	}


	/* Enable HVDCP detection and authentication */
	if (!chg->hvdcp_disable)
		smblib_hvdcp_detect_enable(chg, true);

	return rc;
	return rc;
}
}