Re: [linux-usb-devel] Re: [PATCH] AX8817X Driver for 2.4 Kernels

2003-06-15 Thread David T Hollis
David T Hollis wrote: Greg KH wrote: On Thu, Jun 12, 2003 at 09:12:00AM -0400, David T Hollis wrote: Few minor code tweaks, formatting, etc. Greg, is this in proper shape for inclusion? Close, but I think this will break on 2.4.22-pre1, right: +#if LINUX_VERSION_CODE > KERNEL_VERSION

[linux-usb-devel] Re: [PATCH] AX8817X Driver for 2.4 Kernels

2003-06-13 Thread David T Hollis
Greg KH wrote: On Thu, Jun 12, 2003 at 09:12:00AM -0400, David T Hollis wrote: Few minor code tweaks, formatting, etc. Greg, is this in proper shape for inclusion? Close, but I think this will break on 2.4.22-pre1, right: +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,22) +#include +#e

[linux-usb-devel] Re: [PATCH] AX8817X Driver for 2.4 Kernels

2003-06-13 Thread Greg KH
On Thu, Jun 12, 2003 at 09:12:00AM -0400, David T Hollis wrote: > Few minor code tweaks, formatting, etc. Greg, is this in proper shape > for inclusion? Close, but I think this will break on 2.4.22-pre1, right: > +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,22) > +#include > +#else