Re: [linux-usb-devel] status of the USB ov511.c driver in kernel 2.6?

2005-02-28 Thread Greg KH
On Mon, Feb 28, 2005 at 11:48:13PM +0100, Adrian Bunk wrote: > I noticed the following regarding the drivers/usb/media/ov511.c driver: > - it's not updated compared to upstream: > - version 1.64 is neither version 2 nor the latest 1.x version 1.65 > - there's no *_decomp.

Re: status of the USB ov511.c driver in kernel 2.6?

2005-02-28 Thread Richard Hughes
On Mon, 28 Feb 2005 23:48:13 +0100, Adrian Bunk wrote: > - there's no *_decomp.c module in the kernel sources If I remember correctly people are bit uneasy about putting decompression of proprietary codecs into to the kernel. See http://www.mail-archive.com/linux-usb-devel@lists.sourceforge.net/m

status of the USB ov511.c driver in kernel 2.6?

2005-02-28 Thread Adrian Bunk
I noticed the following regarding the drivers/usb/media/ov511.c driver: - it's not updated compared to upstream: - version 1.64 is neither version 2 nor the latest 1.x version 1.65 - there's no *_decomp.c module in the kernel sources Are there any reasons why the upstream drive

Re: drivers/usb/ov511.c does not compile

2001-06-15 Thread Kelledin Tane
> While I could > fix this myself manually (and plan to do so), it would be nice to get > the developer's blessing on this, and also nice to know exactly what > version number to give this driver in 2.4.5 stock. F**k me, forget I asked about the version. I just read a little further down in the

Re: drivers/usb/ov511.c does not compile

2001-06-15 Thread Johannes Erdfelt
On Fri, Jun 15, 2001, Kelledin Tane <[EMAIL PROTECTED]> wrote: > Apologies if this has been posted before. I imagine it has. > > In kernel 2.4.5 stock, ov511.c fails to compile. A little intelligent > searching through 2.4.4 source reveals that the following line in 2.4.4:

drivers/usb/ov511.c does not compile

2001-06-15 Thread Kelledin Tane
Apologies if this has been posted before. I imagine it has. In kernel 2.4.5 stock, ov511.c fails to compile. A little intelligent searching through 2.4.4 source reveals that the following line in 2.4.4: static const char version[] = "1.28"; is missing in 2.4.5, and this is why i

Re: Compile problem with ov511.c (Kernel 2.4.5)

2001-06-03 Thread Erik Mouw
e/greear/kernel/2.4/linux/include/linux/modversions.h -c -o ov511.o ov511.c > ov511.c: In function `ov511_read_proc': > ov511.c:340: `version' undeclared (first use in this function) > ov511.c:340: (Each undeclared identifier is reported only once > ov511.c:340: for e

Compile problem with ov511.c (Kernel 2.4.5)

2001-06-02 Thread Ben Greear
gcc -D__KERNEL__ -I/home/greear/kernel/2.4/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /home/greear/kernel/2.4/linux/include/linux/modversions.h -c -o ov511.o ov511.c

ov511.c

2001-05-29 Thread Stephen Crowley
The ov511 driver fails to compile in 2.4.5 gcc -D__KERNEL__ -I/home/stephenc/kernel/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=i686-c -o ov511.o ov511.c ov511.c: In function ov511_read_proc': ov511.

[PATCH .. not really...][2.4.5] drivers/usb/ov511.c

2001-05-26 Thread Fabbione
Hi gurus, this file does not compile. I've probably found the solution but i'm totally not an expert and nearly to able to submit a normal patch... sorry... in the function ov511_read_proc the line out += sprintf (out, "driver_version : %s\n", version); report an error because version is

2.4.5-pre4 drivers/usb/ov511.c

2001-05-20 Thread Garst R. Reese
Did not get the word on change to video_register_device added parameter nr something. Garst - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ