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,

Re: [linux-usb-devel] Gadget API

2003-09-26 Thread David Brownell
[EMAIL PROTECTED] wrote: Hello, I'm about to use the gadget drivers on a 2.4 kernel in a PC/104 embedded computer. For beginning, I have to write low-level drivers for Philips PDIUSBD12 chip that I access through parallel-port (see http://www.usbdeveloper.com). Where may I find the "official" gadg