Commit c52b51d9 authored by Alan Stern's avatar Alan Stern Committed by Greg Kroah-Hartman

[PATCH] USB: Addition to previous patch needed for PM UHCI

This is the addition needed to make my previous patch for the UHCI
controller work properly with PM suspend/resume.
parent 09604e5c
......@@ -2442,6 +2442,7 @@ static int uhci_resume(struct usb_hcd *hcd)
reset_hc(uhci);
start_hc(uhci);
}
uhci->hcd.state = USB_STATE_READY;
return 0;
}
#endif
......
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