> I have done it the old fashioned way because I haven't found any good
> explanation of the THIS_MODULE macro in the docs (and also not
> in "Writing Linux Device Drivers").

THIS_MODULE is linker magic and refers to this module or is NULL
if statically compiled.

Please note that the patch I provided is for 2.5 only.
2.4 needs manual handling of the usage count on
probe/disconnect and the usb_driver structure has
no owner field.
The fix to open/release does aplly.

        Regards
                Oliver

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

Reply via email to