Loading drivers/usb/host/ehci-msm-hsic.c +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
drivers/usb/host/ehci-msm-hsic.c +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading