Re: [linux-usb-devel] [patch] uhci.c data toggle problem

2002-01-22 Thread Johannes Erdfelt
On Mon, Jan 21, 2002, Greg KH <[EMAIL PROTECTED]> wrote: > On Sat, Jan 19, 2002 at 07:20:14PM -0500, Johannes Erdfelt wrote: > > This fixes 2 bugs with the data toggle in uhci.c which was causing > > reduced performance. > > I just realized that the patch gives the following compile time warning:

Re: [linux-usb-devel] [patch] uhci.c data toggle problem

2002-01-21 Thread Greg KH
On Sat, Jan 19, 2002 at 07:20:14PM -0500, Johannes Erdfelt wrote: > This fixes 2 bugs with the data toggle in uhci.c which was causing > reduced performance. I just realized that the patch gives the following compile time warning: uhci.c: In function `uhci_unlink_generic': uhci.c:

[linux-usb-devel] [patch] uhci.c data toggle problem

2002-01-19 Thread Johannes Erdfelt
This fixes 2 bugs with the data toggle in uhci.c which was causing reduced performance. The patch is relative to 2.4.18-pre4. JE --- linux-2.4.18-pre4.orig/drivers/usb/uhci.c Fri Dec 21 09:41:55 2001 +++ linux-2.4.18-pre4/drivers/usb/uhci.cSat Jan 19 15:58:38 2002 @@ -520,7 +520,8 @@