ChangeSet 1.1221, 2003/05/23 14:08:38-07:00, stern@rowland.harvard.edu [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. drivers/usb/host/uhci-hcd.c | 1 + 1 files changed, 1 insertion(+) diff -Nru a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c --- a/drivers/usb/host/uhci-hcd.c Fri May 23 14:25:34 2003 +++ b/drivers/usb/host/uhci-hcd.c Fri May 23 14:25:34 2003 @@ -2442,6 +2442,7 @@ reset_hc(uhci); start_hc(uhci); } + uhci->hcd.state = USB_STATE_READY; return 0; } #endif