On Tue, 26 Jul 2005 10:59:31 -0400 (EDT), Alan Stern <[EMAIL PROTECTED]> wrote:

> Are you still accepting bugfixes for 2.4?  The patch below (as547)  

Yes, fixes are welcome. I do not particularly care about the gadget
code, because the 2.6 gadget code is vastly superior. But if fixes
help a user, it's all good.

> --- 2.4.30-orig/drivers/usb/host/uhci.c       2003-06-13 10:51:36.000000000 
> -0400
> +++ 2.4.30/drivers/usb/host/uhci.c    2005-07-26 10:39:02.000000000 -0400
> @@ -2924,7 +2924,7 @@
>               }
>  
>               /* Only place we don't use the frame list routines */
> -             uhci->fl->frame[i] =  uhci->skeltd[irq]->dma_handle;
> +             uhci->fl->frame[i] = uhci->skeltd[irq]->dma_handle | 
> UHCI_PTR_QH;

How unfortunate. I was sure this was in for a while, but apparently
it wasn't backported, and since RHEL does not support JE driver,
nobody complained. I'll add it right away.

-- Pete


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to