[Sorry for resending, I forgot to send CCs to the mailing lists.] Hi, Unfortunately, we broke the resume of USB PCI controllers behind cardbus bridges by moving the restoration of their standard config registers to usb_hcd_pci_resume_early(). Namely, if USB PCI controller is behind a cardbus bridge, we're restoring its config registers too early, before the bridge becomes operational. IMO in the future it's better to move the resume of cardbus bridges to the early resume phase (ie. before device interrupts will be enabled), but for 2.6.29 I think we should just go back to the 2.6.28 behavior, which is to call pci_restore_state() from usb_hcd_pci_resume(). The following patch does this. Thanks, Rafael _______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm