On 4/14/07, David Brownell <[EMAIL PROTECTED]> wrote:
> On Friday 13 April 2007 2:11 pm, Matt Reimer wrote:
> > I'm getting a hang in s3c2410_udc.c's nuke() function which is due to
> > the same usb_request being queued back-to-back, with the result that
> > the request on the endpoint's queue poin
On Friday 13 April 2007 2:11 pm, Matt Reimer wrote:
> I'm getting a hang in s3c2410_udc.c's nuke() function which is due to
> the same usb_request being queued back-to-back, with the result that
> the request on the endpoint's queue points to itself, thus causing
> nuke() to loop infinitely. (See b
I'm getting a hang in s3c2410_udc.c's nuke() function which is due to
the same usb_request being queued back-to-back, with the result that
the request on the endpoint's queue points to itself, thus causing
nuke() to loop infinitely. (See below for a pseudo-trace for
illustration.)
In trying to fig