> That was a guess - and it seems wrong (I should have taken the 30 seconds
> needed to check...).  I can't in fact see anything that stops the module
> being unloaded after a successful probe!  I assumed that the driver would

That's right. A driver can be unloaded even if it is bound to a device.
It's ununloadable only during probe/disconnect/ioctl through usbfs itself.
For anything more you are responsible yourself. That is usually done
useing the services the character device layer provides.

        Regards
                Oliver



-------------------------------------------------------
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

Reply via email to