On Mon, 14 Mar 2005, Brian Murphy wrote:

> This was nice in theory and partially fixes the problem (no more crash) 
> unfortunately
> the module removal hangs if the data interface is attempted to be 
> removed first.
> 
> This seems to be because usb_driver_claim_interface is not the same as 
> claiming
> the interface in the probe routine causing the call to 
> usb_driver_release_interface to
> not decrement some reference count somewhere.

That's bad.  usb_driver_claim_interface and returning 0 from probe are 
supposed to have the same overall effect.  Is there any way you can track 
down the missing reference count?

Alan Stern



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to