Alan Cox wrote: > > > I have a couple of reports of people who get kernel panics from the CDCEther > > driver, after I added some very experimental code into the multicast routine. > > The only thing that I can identify that is probably wrong is the use of a > > static buffer. > > Are you sleeping in the multicast setup path at all ? Err, maybe. I am fairly sure that usb_control_msg() will sleep. I am doing a couple of those.
What is the issue with sleeping? I probably could easily go to a proper URB based system, but I'd like to know what it is that I need to avoid. Brad _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
