> Depending on the usage model the driver follows, this might not be > true. For instance, one commonly recommended theme is for the driver to > increment its module-use-count each time it submits an urb and > decrement the count in the completion routine. When this approach is > used, the kernel won't allow the module to be unloaded until there are > no active urbs.
If all urbs are cancelled in the disconnect method, as they should be, then increasing the module's use count like this is pointless. Ciao, Duncan. ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
