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

Commit 45459663 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: Add support for running URB giveback in tasklet context"

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

	.reset			= ehci_hsic_reset,
	.start			= ehci_run,