RE: [linux-usb-devel] Gadget API question

2005-11-28 Thread Steve Calfee
On Sun, 27 Nov 2005, Steve Calfee wrote: > >When a control request arrives on ep0 and the gadget has to do a lot of > >processing before completing the data or status stages of the request, > >there's a possibility that the host might time out and send another > >request to ep0. If this happens,

[linux-usb-devel] Gadget API question

2005-11-27 Thread Alan Stern
Dave: I may have asked this before; if so I've forgotten the answer. When a control request arrives on ep0 and the gadget has to do a lot of processing before completing the data or status stages of the request, there's a possibility that the host might time out and send another request to ep0.