Re: [PATCH] usb: at91_udc: correct hanging while disconnecting usb cable

2007-12-06 Thread David Brownell
On Thursday 06 December 2007, Nicolas Ferre wrote: > Correct hanging while disconnecting the USB device > cable. Prevent a race between vbus and UDP interrupts. > This bug was tracked on at91sam9260ek boards. > > Signed-off-by: Nicolas Ferre <[EMAIL PROTECTED]> > --- > > A usb resume interrupt

[PATCH] usb: at91_udc: correct hanging while disconnecting usb cable

2007-12-06 Thread Nicolas Ferre
Correct hanging while disconnecting the USB device cable. Prevent a race between vbus and UDP interrupts. This bug was tracked on at91sam9260ek boards. Signed-off-by: Nicolas Ferre <[EMAIL PROTECTED]> --- A usb resume interrupt was firing after the vbus interrupt : the IP was then already

[PATCH] usb: at91_udc: correct hanging while disconnecting usb cable

2007-12-06 Thread Nicolas Ferre
Correct hanging while disconnecting the USB device cable. Prevent a race between vbus and UDP interrupts. This bug was tracked on at91sam9260ek boards. Signed-off-by: Nicolas Ferre [EMAIL PROTECTED] --- A usb resume interrupt was firing after the vbus interrupt : the IP was then already

Re: [PATCH] usb: at91_udc: correct hanging while disconnecting usb cable

2007-12-06 Thread David Brownell
On Thursday 06 December 2007, Nicolas Ferre wrote: Correct hanging while disconnecting the USB device cable. Prevent a race between vbus and UDP interrupts. This bug was tracked on at91sam9260ek boards. Signed-off-by: Nicolas Ferre [EMAIL PROTECTED] --- A usb resume interrupt was