2002-06-03 12:43:42

by Kees Bakker

[permalink] [raw]
Subject: ov511 compilation failure 2.5.18 - struct urb has no next

Since 2.5.18 I'm getting compilation errors in ov511.c.
ov511.c: In function `ov51x_init_isoc':
ov511.c:3978: structure has no member named `next'
ov511.c:3980: structure has no member named `next'

Struct member 'next' has been removed from struct urb.

Can I simply remove these lines that setup this 'ring'?
--


2002-06-06 06:40:21

by Greg KH

[permalink] [raw]
Subject: Re: ov511 compilation failure 2.5.18 - struct urb has no next

On Mon, Jun 03, 2002 at 02:41:21PM +0200, Kees Bakker wrote:
> Since 2.5.18 I'm getting compilation errors in ov511.c.
> ov511.c: In function `ov51x_init_isoc':
> ov511.c:3978: structure has no member named `next'
> ov511.c:3980: structure has no member named `next'
>
> Struct member 'next' has been removed from struct urb.
>
> Can I simply remove these lines that setup this 'ring'?

Sure, but odds are the driver will not work :)

See the linux-usb-devel archives for instructions on how to convert this
kind of driver if you're interested in doing so.

thanks,

greg k-h

2002-06-06 06:56:16

by Kees Bakker

[permalink] [raw]
Subject: Re: ov511 compilation failure 2.5.18 - struct urb has no next

>>>>> "Greg" == Greg KH <[email protected]> writes:

Greg> On Mon, Jun 03, 2002 at 02:41:21PM +0200, Kees Bakker wrote:
>> Since 2.5.18 I'm getting compilation errors in ov511.c.
>> ov511.c: In function `ov51x_init_isoc':
>> ov511.c:3978: structure has no member named `next'
>> ov511.c:3980: structure has no member named `next'
>>
>> Struct member 'next' has been removed from struct urb.
>>
>> Can I simply remove these lines that setup this 'ring'?

Greg> Sure, but odds are the driver will not work :)

Indeed it doesn't work :)

Greg> See the linux-usb-devel archives for instructions on how to convert this
Greg> kind of driver if you're interested in doing so.

Thanks for the pointer.
--
**************************************
Kees Bakker
Senior Software Designer
Altium - Think it, Design it, Build it
Phone : +31 33 455 8584
Fax : +31 33 455 5503
E-Mail : [email protected]
URL : http://www.altium.com
**************************************
Wait a moment... wait a moment... wait a moment...