On Mon, Oct 13, 2003 at 03:07:26PM -0700, David Brownell wrote:
> This fixes some bugs observed in the EHCI code:
> 
>  - Byte-order confusion caused the wrong address to be set
>    on big-endian hardware (reported last week on PPC and
>    SPARC).   That bug's been there for about a year, with
>    no problem reports ... hmm.
> 
>  - Used the wrong bitmask to determine max packet size
>    for interrupt transfers, so they were limited to 1023
>    bytes (not 1024 bytes) at high speed.
> 
>  - Because those two problems related to the masking,
>    I sanity checked it and moved more of byteswapping
>    to compile time.
> 
>  - Removes some oopsing in the (debug) periodic schedule
>    dump, seen with patches that add more interesting
>    behaviors (which folk are finally trying...).
> 
>  - Removed some now-pointless <linux/version.h> usage
> 
> Please merge.

Applied, thanks.

> All except that last bit are also needed
> in 2.4 ... if you don't want to edit that part out (at
> the very end of the file), I can create a 2.4-specific
> version for you.

That would be great if you could.

thanks,

greg k-h


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to