--- zzzz-none-000/linux-2.6.19.2/drivers/usb/host/ohci-hub.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/drivers/usb/host/ohci-hub.c 2007-01-11 07:38:19.000000000 +0000 @@ -169,8 +169,7 @@ break; case OHCI_USB_RESUME: /* HCFS changes sometime after INTR_RD */ - ohci_info(ohci, "%swakeup\n", - autostopped ? "auto-" : ""); + ohci_info (ohci, "wakeup\n"); break; case OHCI_USB_OPER: /* this can happen after resuming a swsusp snapshot */ @@ -423,8 +422,7 @@ ohci->autostop = 0; ohci->next_statechange = jiffies + STATECHANGE_DELAY; - } else if (device_may_wakeup(&hcd->self.root_hub->dev) - && time_after_eq(jiffies, + } else if (time_after_eq (jiffies, ohci->next_statechange) && !ohci->ed_rm_list && !(ohci->hc_control &