On Thu, Jan 10, 2002 at 03:12:55PM -0500, [EMAIL PROTECTED] wrote:
> I install an interrupt urb in the probe function of my driver. All
> interrupts during normal driver operation work fine. However, when I
> unplug the device, I get a few error messages (with status 3) from
> usb-uhci about an interrupt error. Is this just a result of the time
> difference between the physical unplug and the unlink of the interrupt
> urb? 

Yes, the unlink is called after the hub driver has recognized the hub state
change. That can take a while...

-- 
         Georg Acher, [EMAIL PROTECTED]         
         http://www.in.tum.de/~acher/
          "Oh no, not again !" The bowl of petunias          

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to