>
> Message: 13
> From: [EMAIL PROTECTED] (Oliver Neukum)
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Date: Sun, 3 Feb 2002 00:07:01 +0100
> Cc: [EMAIL PROTECTED]
> Subject: [linux-usb-devel] 2.5 module usage count for stv680
>
> Hi,
>
> this cleans up module usage counting for stv680
>
> Regards
> Oliver
>
> --- stv680.c.alt Sun Feb 3 00:01:51 2002
> +++ stv680.c Sun Feb 3 00:03:57 2002
> @@ -1155,7 +1155,6 @@
> int err = 0;
>
> /* we are called with the BKL held */
> - MOD_INC_USE_COUNT;
> stv680->user = 1;
> err = stv_init (stv680); /* main initialization routine for camera */
>
> @@ -1167,7 +1166,6 @@
> }
> }
> if (err) {
> - MOD_DEC_USE_COUNT;
> stv680->user = 0;
> }
>
> @@ -1197,7 +1195,6 @@
> stv680 = NULL;
> PDEBUG (0, "STV(i): device unregistered");
> }
> - MOD_DEC_USE_COUNT;
> }
>
> static long stv680_write (struct video_device *dev, const char *buf, unsigned long
>count, int noblock)
> @@ -1633,6 +1630,7 @@
> }
>
> static struct usb_driver stv680_driver = {
> + owner: THIS_MODULE,
> name: "stv680",
> probe: stv680_probe,
> disconnect: stv680_disconnect,
>
> --__--__--
>
------------ cut --------------------------
>
> Message: 15
> From: [EMAIL PROTECTED] (Oliver Neukum)
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Date: Sun, 3 Feb 2002 00:13:14 +0100
> Subject: [linux-usb-devel] mail failure to maintainer of stv680
>
> Hi,
>
> I cannot reach him. Could someone forward him my message
> concerning his driver ?
>
> Regards
> Oliver
>
> --__--__--
>
I subscribe to the list so I got the message (the email address in msg
13 is correct; I don't know why you had a problem if you CC'ed me). Does
this apply to the 2.4 versions as well? I do most of the maintaining
(actually, bug checking) for the 2.4 versions, but Greg KH, who also has
an stv680 camera and the usb command info I got from STM, does the 2.5
maintainence. I maintain at the sourceforge project site a tarball of
the corrected and as-up-to-date-as-possible version of the stv driver
that will run with the kernel version I am running (currently 2.4.8,
soon to be 2.4.17 or 18) and below, for those people who aren't using
the very latest kernel. Thanks,
Kevin
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel