> >I have problems with hub function of isp1161 V0.8, it Oops whenever I plug >in any USB devices like keyboard or mouse through a Belkin F5U100 Hub. But >if I plug the keyboard into the roothub OR if nothing on the hub, >everything is fine. Can you repeat it?
Could you get some backtrace symbols for the oops ? One oops I found and fixed locally was to not handle the delete list if hc->trans is non-NULL (in the interrupt handler). There were some rare occasions where the delete list could be run because of a different interrupt (SOF for example) while there was still a pending hc->trans, possibly making the URB pointers in the trans array invalid. Ben. _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
