> From: Alan Stern [mailto:[EMAIL PROTECTED]
> 
> > @@ -2204,12 +2206,16 @@ static void handle_ep_small (struct net2
> >                                     && req
> >                                     && req->req.actual ==
req->req.length)
> >                                     || !req) {
> > +printk("\n-->STALL\n");
> 
> Please try printing some additional information:
> 
> +printk("\n-->STALL: t %x, req %p\n", t, req);
> +if (req) printk("actual %d, length %d\n", req->req.actual, req-
> >req.length);
> 

The log shows:
-->STALL: t 41042a, req 00000000
Which means: ep->responded is 1.
Does this help?

Another observation:
Running the netchip test14 with Intel 82801GB EHCI controller does not
show PING being sent after a NYET response.

So its not clear what the Host behavior is after it gets a NYET?
Is there an existing EHCI that has this behavior?

Regards,
Vikram 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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