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.
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
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
> 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
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:
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
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
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
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.
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
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
11 matches
Mail list logo