On Tue, Feb 26, 2002 at 10:38:56AM -0800, Geoff Keating wrote: > > Starting a command-line mp3 player on a system with USB speakers, > and then trying to stop it with control-C, didn't work; at best it > didn't stop right away, at worst kernel panics. > > It turned out that if a request is stopped half-way using > usb_unlink_urb, the completion routine never gets run, and so > FLG_URB0RUNNING etc. never get cleared. > > The problem is somewhat rare, and timing-dependent, because often > the request will actually complete before all this code gets run. > > What should I do to get this patch integrated in the mainline sources?
Try reading Documentation/SubmittingPatches :) How about verifying that this problem is still present in the most recent kernel versions, and then sending a patch against those versions? thanks, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
