Re: [linux-usb-devel] [PATCH] Remove gadgetfs endpoint defer mode

2007-01-19 Thread Alan Stern
On Fri, 19 Jan 2007, David Brownell wrote: > On Friday 12 January 2007 2:12 pm, you wrote: > > > > Phil: > > > > I haven't tried testing your patch. But I have tried using the existing > > gadgetfs with net2280 and uhci-hcd. There was no trouble running test #10 > > with the usb program or wi

Re: [linux-usb-devel] [PATCH] Remove gadgetfs endpoint defer mode

2007-01-19 Thread David Brownell
On Friday 12 January 2007 2:12 pm, you wrote: > > Phil: > > I haven't tried testing your patch. But I have tried using the existing > gadgetfs with net2280 and uhci-hcd. There was no trouble running test #10 > with the usb program or with g_zero instead of gadgetfs. I can't imagine > what's

Re: [linux-usb-devel] [PATCH] Remove gadgetfs endpoint defer mode

2007-01-16 Thread Alan Stern
On Mon, 15 Jan 2007, David Brownell wrote: > On Friday 12 January 2007 2:12 pm, Alan Stern wrote: > > > On the other hand, I did find (another) bug in the async I/O handling in > > inode.c. If you aren't using the AIO code in usb.c then it shouldn't > > affect you, but you might want to give i

Re: [linux-usb-devel] [PATCH] Remove gadgetfs endpoint defer mode

2007-01-15 Thread David Brownell
On Friday 12 January 2007 2:12 pm, Alan Stern wrote: > On the other hand, I did find (another) bug in the async I/O handling in > inode.c. If you aren't using the AIO code in usb.c then it shouldn't > affect you, but you might want to give it a try anyway. Alan, could you explain what the bug

Re: [linux-usb-devel] [PATCH] Remove gadgetfs endpoint defer mode

2007-01-12 Thread Alan Stern
On Tue, 9 Jan 2007, Phil Endecott wrote: > Gadgetfs had a mode in which endpoint descriptors were written by > the user program before connection. This mode had some bugs, and > may never have been used. This patch removes that mode. The only > mode of operation now is for the user program t

Re: [linux-usb-devel] [PATCH] Remove gadgetfs endpoint defer mode

2007-01-10 Thread David Brownell
On Tuesday 09 January 2007 3:52 am, Phil Endecott wrote: > Gadgetfs had a mode in which endpoint descriptors were written by > the user program before connection. This mode had some bugs, and > may never have been used. This patch removes that mode. The only > mode of operation now is for the

[linux-usb-devel] [PATCH] Remove gadgetfs endpoint defer mode

2007-01-09 Thread Phil Endecott
Gadgetfs had a mode in which endpoint descriptors were written by the user program before connection. This mode had some bugs, and may never have been used. This patch removes that mode. The only mode of operation now is for the user program to wait for endpoint 0 to report a SET_CONFIGURATI