This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: USB ethernet host driver support for 2.2 and 2.4 kernels


On Thu, Dec 19, 2002 at 12:55:29PM -0600, David Smith wrote:
> As promised a couple of months back, here's a patch where Clark Williams
> and I took Bart's 2.4 kernel driver and merged it back with Bart's
> original 2.2 kernel driver.
> 
>  
> +#if LINUX_KERNEL_CODE > KERNEL_VERSION(2,3,99)
> +static void*
> +ecos_usbeth_probe(struct usb_device* usbdev,
> +                  unsigned int interface_id,

Shouldn't this be LINUX_VERSION_CODE?

          Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]