[linux-usb-devel] Re: file_storage gadget

2005-06-15 Thread Alan Stern
On Wed, 15 Jun 2005, Aric D. Blumer wrote: > I am bringing up the PXA27x UDC driver. It is based on the pxa2xx_udc.c > code, and in the handling of this particular case, it is the same. So > I'd expect the PXA25x devices to do the same thing, but I don't have > anything to test it on. David Bro

Re: [linux-usb-devel] Re: file_storage gadget

2005-06-15 Thread David Brownell
On Wednesday 15 June 2005 1:18 pm, Aric D. Blumer wrote: > I've done some further tests, and I've definitely narrowed the problem > down to the FST setting: > > *ep->reg_udccsr = UDCCSR_FST; > > If I take that line and only that line out, it works. With the > assignment, it doesn't. Now t

[linux-usb-devel] Re: file_storage gadget

2005-06-15 Thread Aric D. Blumer
On Wed Jun 15 10:58:28 2005 Alan Stern wrote: > On Wed, 15 Jun 2005, Aric D. Blumer wrote: > > > Hello, > > > > I hope I'm using the correct email address to contact you. > > Yes. It's appropriate to CC: these things to the linux-usb-devel mailing > list too, and I've taken the liberty of doin

[linux-usb-devel] Re: file_storage gadget

2005-06-15 Thread Alan Stern
On Wed, 15 Jun 2005, Aric D. Blumer wrote: > Hello, > > I hope I'm using the correct email address to contact you. Yes. It's appropriate to CC: these things to the linux-usb-devel mailing list too, and I've taken the liberty of doing so. > I'm having a > bit of trouble with the file_storage