When an USB driver returns non-NULL from usb_probe(),
the interface is automatically allocated to it as if it would have
called usb_driver_claim_interface(). Right?

And this allocated interface does not need to be released at
usb_disconnect() i.e. usb_driver_release_interface() does not need to be
called. Right again?

The documentation says

"In the disconnect function you do not have to release any interfaces
that were additionally claimed in the probe function."

I don't quite understand what that _additionally_-word actually means in
that sentence. Additionally to what?

OK, that was all questions this time. They were simple, but I wanted to get
rid of "FIXME"s from my driver source.


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to