Re: [linux-usb-devel] ether.c:rx_complete() question

2007-04-17 Thread Matt Reimer
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

Re: [linux-usb-devel] ether.c:rx_complete() question

2007-04-14 Thread David Brownell
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

[linux-usb-devel] ether.c:rx_complete() question

2007-04-13 Thread Matt Reimer
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