]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/host/uhci-hcd.c
USB: Fix suspend-resume of PCI USB controllers
[linux-2.6-omap-h63xx.git] / drivers / usb / host / uhci-hcd.c
index cf5e4cf7ea425828ca099af27dc6d2639ded8f9a..944f7e0ca4df1327eeb7025f706677741f462ae0 100644 (file)
@@ -942,6 +942,7 @@ static struct pci_driver uhci_pci_driver = {
 
 #ifdef CONFIG_PM
        .suspend =      usb_hcd_pci_suspend,
+       .resume_early = usb_hcd_pci_resume_early,
        .resume =       usb_hcd_pci_resume,
 #endif /* PM */
 };