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
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