Commit 7b6e44e7 authored by David Brownell's avatar David Brownell Committed by Greg Kroah-Hartman

[PATCH] OHCI suspend/resume updates (minor)

This marks the controller as running at the end of a "resume" path used
when the controller lost power, or was otherwise reset (not a real resume).
Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 59f13fee
......@@ -863,6 +863,7 @@ static int ohci_restart (struct ohci_hcd *ohci)
writel (RH_PS_PSS,
&ohci->regs->roothub.portstatus [temp]);
ohci_dbg (ohci, "restart complete\n");
ohci->hcd.state = USB_STATE_RUNNING;
}
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment