On Tue, 4 Feb 2003 [EMAIL PROTECTED] wrote: > Hello, > > Is there a way to unlink an URB from within its completition handler > without crashing the system? (Both SINC and ASYNC unlink crash the > system if doing such a thing)
Why do you want to unlink an urb from within its completion handler? The fact that the handler is running means that the urb has already been unlinked -- unless the handler resubmitted it. Why would you resubmit an urb and then cancel immediately afterward? What version of Linux crashes when you unlink an urb from within its completion handler? Are you sure that the unlink is the cause of the crash, not some other operation? Alan Stern ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
