Re: [linux-usb-devel] Unlink URB from within a completition handler

2003-02-07 Thread David Brownell
[EMAIL PROTECTED] wrote: > I think it's pratically impossible to remove/cancel/erase/unlink > an URB submition from its completition handler so that the handler > itself will _never_ be called. I think that didn't translate right to English ... if the handler weren't called in the first place, it

[linux-usb-devel] Unlink URB from within a completition handler

2003-02-07 Thread luca_ing
I think it's pratically impossible to remove/cancel/erase/unlink an URB submition from its completition handler so that the handler itself will _never_ be called. I tried everything but the system crashes with no kernel messages (!) and the usb_unlink_urb is the problem. I tried putting urb->nex