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

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

Merge "usb: ehci-msm-hsic: Use new enumeration scheme for root-hub"

parents a0ba1a5f 58590c26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1508,7 +1508,7 @@ static struct hc_driver msm_hsic_driver = {
	 * generic hardware linkage
	 */
	.irq			= msm_hsic_irq,
	.flags			= HCD_USB2 | HCD_MEMORY | HCD_RT_OLD_ENUM | HCD_BH,
	.flags			= HCD_USB2 | HCD_MEMORY | HCD_BH,

	.reset			= ehci_hsic_reset,
	.start			= ehci_run,