Alan Stern, Thu, Apr 08, 2004 20:44:21 +0200:
> > This is the disassemble. I hope it'll be right.
> It was perfect, thank you.
> 
> I think this patch for the USB Bluetooth driver will prevent the
> problems you've been seeing.  Let me know what happens.

i can't reproduce the oops with your patch.

> +static void inline wait_for_urb(struct urb *urb)
> +{
> +     while (atomic_read(&urb->count) > 1) {
> +             current->state = TASK_UNINTERRUPTIBLE;
> +             schedule_timeout((5 * HZ + 999) / 1000);
> +     }
> +}





-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to