Re: [patch]race between disconnect between disconnect and error handling in usbmidi

2008-02-01 Thread Clemens Ladisch
Oliver Neukum wrote: > the driver resubmits URBs from an error handler and schedules the error > handler from the URBs' completion handlers. To reliably kill the cycle > a flag must be used. > > Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> Thanks, applied to ALSA tree. Clemens - To unsubscr

[patch]race between disconnect between disconnect and error handling in usbmidi

2008-02-01 Thread Oliver Neukum
Hi, the driver resubmits URBs from an error handler and schedules the error handler from the URBs' completion handlers. To reliably kill the cycle a flag must be used. Signed-off-by: Oliver Neukum <[EMAIL PROTECTED]> commit d67c2591ac1df429dda7b58b60a2723afbc1f2af Author: Oliver Neukum <[E