Displaying 1 result from an estimated 1 matches for "ohci_root_ctrl_transf".
Did you mean:
ohci_root_ctrl_transfer
2003 Aug 22
1
nforce2 usb is broken on -stable
...ith two motherboards and the above peripherals and it is
100% reproduceable (for me at least).
I narrowed down the restart problem to the following code snippet in
ohci.c, line 2242 -
(I've added the printfs) ...
case UHF_PORT_RESET:
DPRINTFN(5,("ohci_root_ctrl_transfer: reset port
%d\n", index));
printf("ohci_root_ctrl_transfer: writing reset
to port\n");
OWRITE4(sc, port, UPS_RESET);
printf("ohci_root_ctrl_transfer: wrote reset to
port\n");...