Commit ad9ef989 authored by Wim Van Sebroeck's avatar Wim Van Sebroeck Committed by Greg Kroah-Hartman

[PATCH] USB: problem with uhci-hcd in versions 2.6.0-test5 and 2.6.0-test6

I saw that you also reported problems with USB/uhci-hcd on your systems. Can you test
the following patch and see if it works now?
parent 173a24f2
......@@ -2185,8 +2185,8 @@ static int uhci_reset(struct usb_hcd *hcd)
/* Maybe kick BIOS off this hardware. Then reset, so we won't get
* interrupts from any previous setup.
*/
pci_write_config_word(hcd->pdev, USBLEGSUP, USBLEGSUP_DEFAULT);
reset_hc(uhci);
pci_write_config_word(hcd->pdev, USBLEGSUP, USBLEGSUP_DEFAULT);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment