Re: [linux-usb-devel] GadgetFS Single Threaded

2007-02-28 Thread David Brownell
On Wednesday 28 February 2007 10:09 am, Andreas Vilinski wrote: > Hi > > I try to implement a mass storage gadget driver in user space. The > restriction - it must be single threaded. > The usb.c example, that uses the gadgetfs module has two trehads running. > But it's currently possible to p

[linux-usb-devel] GadgetFS Single Threaded

2007-02-28 Thread Andreas Vilinski
Hi I try to implement a mass storage gadget driver in user space. The restriction - it must be single threaded. The usb.c example, that uses the gadgetfs module has two trehads running. But it's currently possible to poll the EP0 and submit IO-writes to EP-IN and EP-OUT Endpoints. Is it pos