[linux-usb-devel] UHCI and OHCI Differences, UHCI Bug?

2002-02-08 Thread chris . edgington
Ok, I've just completed a thorough set of tests regarding my previously described packet size problem with my USB ethernet (adsl) driver. It appears to me that either a) UHCI just can't perform like OHCI, or b) the UHCI driver has problems. My information is reported below. I'm running on RedHat

Re: [linux-usb-devel] UHCI and OHCI Differences, UHCI Bug?

2002-02-08 Thread Johannes Erdfelt
On Fri, Feb 08, 2002, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Ok, I've just completed a thorough set of tests regarding my previously described packet size problem with my USB ethernet (adsl) driver. It appears to me that either a) UHCI just can't perform like OHCI, or b) the UHCI driver

Re: [linux-usb-devel] UHCI and OHCI Differences, UHCI Bug?

2002-02-08 Thread chris . edgington
Which UHCI driver are you using? I assume usb-uhci since that's what RH 7.2 uses? Yes - usb-uhci. -Chris ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Re: [linux-usb-devel] UHCI and OHCI Differences, UHCI Bug?

2002-02-08 Thread Georg Acher
On Fri, Feb 08, 2002 at 02:38:35PM -0500, [EMAIL PROTECTED] wrote: Which UHCI driver are you using? I assume usb-uhci since that's what RH 7.2 uses? Yes - usb-uhci. There were a few bugs in URB queuing in usb-uhci, I fixed them AFAIK at about 2.4.10. And, yes - OHCI is much smarter in

Re: [linux-usb-devel] UHCI and OHCI Differences, UHCI Bug?

2002-02-08 Thread Johannes Erdfelt
On Fri, Feb 08, 2002, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Which UHCI driver are you using? I assume usb-uhci since that's what RH 7.2 uses? Yes - usb-uhci. Are you using USB_ZERO_PACKET? JE ___ [EMAIL PROTECTED] To unsubscribe, use

Re: [linux-usb-devel] UHCI and OHCI Differences, UHCI Bug?

2002-02-08 Thread chris . edgington
Which UHCI driver are you using? I assume usb-uhci since that's what RH 7.2 uses? Yes - usb-uhci. Are you using USB_ZERO_PACKET? Nope, here's my routine that starts the read pipe urbs: void StartReadPipe(Hardware *pHw) { int result; int i; ZAP(DEBUG_READ,

Re: [linux-usb-devel] UHCI and OHCI Differences, UHCI Bug?

2002-02-08 Thread David Brownell
Ok, I've just completed a thorough set of tests regarding my previously described packet size problem with my USB ethernet (adsl) driver. It appears to me that either a) UHCI just can't perform like OHCI, or b) the UHCI driver has problems. My information is reported below. I'm running on

Re: [linux-usb-devel] UHCI and OHCI Differences, UHCI Bug?

2002-02-08 Thread David Johnson
On Friday 08 February 2002 14:55, Georg Acher wrote: On Fri, Feb 08, 2002 at 02:38:35PM -0500, [EMAIL PROTECTED] wrote: Which UHCI driver are you using? I assume usb-uhci since that's what RH 7.2 uses? Yes - usb-uhci. There were a few bugs in URB queuing in usb-uhci, I fixed them

Re: [linux-usb-devel] UHCI and OHCI Differences, UHCI Bug?

2002-02-08 Thread chris . edgington
It's often good to compare _both_ UHCI drivers when you run into HCD dependent behaviors. We're trying to get away from having two, and that's one of the goals of the 2.5 conversion to use a new hcd framework and share code between all the HCDs. I'll try a new kernel ASAP to see if that