Re: [PATCH] 2.4: Back-port of pl2303.c from 2.6.24.1

2008-02-22 Thread Gene Heskett
On Friday 22 February 2008, Willy Tarreau wrote: >On Fri, Feb 22, 2008 at 12:03:50PM +1030, David Newall wrote: >> Greg KH wrote: >> > On Thu, Feb 21, 2008 at 10:00:58PM +0100, Willy Tarreau wrote: >> >> I too agree to merge, it especially since it fixed several problems >> >> for David. However, I

Re: [PATCH] 2.4: Back-port of pl2303.c from 2.6.24.1

2008-02-22 Thread Willy Tarreau
On Fri, Feb 22, 2008 at 12:03:50PM +1030, David Newall wrote: > Greg KH wrote: > > On Thu, Feb 21, 2008 at 10:00:58PM +0100, Willy Tarreau wrote: > > > >> I too agree to merge, it especially since it fixed several problems > >> for David. However, I would like to know first if the same problems

Re: [PATCH] 2.4: Back-port of pl2303.c from 2.6.24.1

2008-02-21 Thread David Newall
Greg KH wrote: > On Thu, Feb 21, 2008 at 10:00:58PM +0100, Willy Tarreau wrote: > >> I too agree to merge, it especially since it fixed several problems >> for David. However, I would like to know first if the same problems >> also happen with the 2.6 driver or if it is OK. The risk is getting >

Re: [PATCH] 2.4: Back-port of pl2303.c from 2.6.24.1

2008-02-21 Thread Greg KH
On Thu, Feb 21, 2008 at 10:00:58PM +0100, Willy Tarreau wrote: > Hi Greg, Hi David, > > On Thu, Feb 21, 2008 at 12:36:40PM -0800, Greg KH wrote: > > On Fri, Feb 22, 2008 at 06:51:34AM +1030, David Newall wrote: > > > Hi Willy, > > > > > > Lacking hardware for a week, I've had a bit of a hiatus fr

Re: [PATCH] 2.4: Back-port of pl2303.c from 2.6.24.1

2008-02-21 Thread Willy Tarreau
Hi Greg, Hi David, On Thu, Feb 21, 2008 at 12:36:40PM -0800, Greg KH wrote: > On Fri, Feb 22, 2008 at 06:51:34AM +1030, David Newall wrote: > > Hi Willy, > > > > Lacking hardware for a week, I've had a bit of a hiatus from PL2303, but > > I've got it back again now, and finished my work back-port

Re: [PATCH] 2.4: Back-port of pl2303.c from 2.6.24.1

2008-02-21 Thread Greg KH
On Fri, Feb 22, 2008 at 06:51:34AM +1030, David Newall wrote: > Hi Willy, > > Lacking hardware for a week, I've had a bit of a hiatus from PL2303, but > I've got it back again now, and finished my work back-porting the 2.6 > driver to 2.4. Here's a new patch, which is more complete than my > prev

Re: [PATCH] 2.4: Back-port of pl2303.c from 2.6.24.1

2008-02-21 Thread David Newall
Sorry, I forgot to include the changes to pl2303.h. Here's a second patch: --- pl2303.h.orig 2008-01-01 22:36:40.0 +1030 +++ pl2303.h2008-02-22 06:11:19.0 +1030 @@ -9,7 +9,10 @@ */ #define PL2303_VENDOR_ID 0x067b #define PL2303_PRODUCT_ID 0x2303 -#define P

[PATCH] 2.4: Back-port of pl2303.c from 2.6.24.1

2008-02-21 Thread David Newall
Hi Willy, Lacking hardware for a week, I've had a bit of a hiatus from PL2303, but I've got it back again now, and finished my work back-porting the 2.6 driver to 2.4. Here's a new patch, which is more complete than my previous one. It's based on the 2.6.24.1. There's a lot of trivial white-spa