Hello Oliver,

On Sunday, 13. January 2002 19:28, Oliver Neukum wrote:

> the module usage count of that driver was broken. The included patch
> removes it from open/release, as the chardev code does that already and
> removed from probe/disconnect and an owner entry added to the usb_driver
> structure.

> @@ -2102,6 +2089,7 @@
>
>  /* Standard usb driver struct */
>  static struct usb_driver auerswald_driver = {
> +     owner:          THIS_MODULE,
>       name:           "auerswald",
>       probe:          auerswald_probe,
>       disconnect:     auerswald_disconnect,

This patch does not compile on my system! (Linux 2.4.17)
The usb_driver struct has no member owner!

What do you suggest to do?

best regards
Wolfgang

-- 
"We're back to the times when men were men
 and wrote their own device drivers."
-Linus Torvalds-

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

Reply via email to