On Wed, Mar 27, 2002, Petko Manolov <[EMAIL PROTECTED]> wrote:
> > I suspect it's 1. What ethernet device is this with? What driver?
> 
> Could be.  This is new driver - rtl8150.  You should checkout Greg's
> BK tree to get it or browse the CVS repository at:
> http://pegasus2.sourceforge.net/
> 
> The device is quite similar to pegasus/pegasusII and i've tried a lot
> of combinations with no success.  This happens in receive pipe where
> one can't predict the size of the packet.  I just submit urb with the
> larges possible eth packet and figure out the actual length later.

When the packet size is a multiple of the endpoint size, does it send a
zero packet?

I wonder if it's sending two packets as one and that's causing the
problem?

Try making the URB buffer size a multiple of the endpoint size.

JE


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to