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

Commit 58590c26 authored by Manu Gautam's avatar Manu Gautam Committed by Gerrit - the friendly Code Review server
Browse files

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



Some HSIC devices fail to enumerate with old (or short)
enumeration sequence and report babble error during
GET_DESCRIPTOR request. Hence, enable new enumeration
scheme for HSIC which is used by default for all HCDs.

Change-Id: I86bb87028d749a5e67fa32286f1c4df2514ca208
CRs-fixed: 2035076
Signed-off-by: default avatarManu Gautam <mgautam@codeaurora.org>
parent 36d0c813
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,