Comment 7 for bug 198619

Revision history for this message
Shane Huang (shane-huang) wrote :

Again, two patches plus one line modification should be added to fix the bug:
1. "backported patch to fix USB stress test failure"
2. "to replace the above attached patch by mistake"
3.
- if (!HC_IS_RUNNING(ehci_to_hcd(ehci)->state))
+ if (!HC_IS_RUNNING(ehci_to_hcd(ehci)->state) && ehci->reclaim)

If Hardy will use final stable 2.6.25 in the future, all these patches will be
included automatically, we need not backport any of them.