Bug 1557
Summary: | resuming from S1 will hang, if CONFIG_USB_EHCI_HCD get configured. | ||
---|---|---|---|
Product: | ACPI | Reporter: | Luming Yu (luming.yu) |
Component: | Power-Sleep-Wake | Assignee: | Luming Yu (luming.yu) |
Status: | CLOSED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | acpi-bugzilla |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.0-test9 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | a patch for fixing this issue |
Description
Luming Yu
2003-11-18 22:31:03 UTC
Created attachment 1473 [details]
a patch for fixing this issue
We need check whether the device has PM capability, before we actually do PM
work.
i see that gregkh accepted this fix into 2.6.6 april 22. closing. Note that this patch is just a bandage. There are some issues in the generic usbcore PCI code, and also in EHCI's suspend/resume. When those get fixed, this patch will likely get removed. |