Re: [linux-usb-devel] USB device driver querry

2006-07-18 Thread David Brownell
On Tuesday 18 July 2006 7:27 am, Alan Stern wrote: >When you export a filesystem as a USB mass-storage device, it > is very important that the host and the device do _not_ try to access the > filesystem at the same time. ... > > If this restriction is too strong, you also have the option o

Re: [linux-usb-devel] USB device driver querry

2006-07-18 Thread Alan Stern
On Tue, 18 Jul 2006, Ajay Jain wrote: > Apologies, I could not make my point clear. We have a usb-function > capability on our arm based board. We want to expose our device as a > mass storage device. We understand that we will have to write a usb > function driver for the same. The usb function c

Re: [linux-usb-devel] USB device driver querry

2006-07-18 Thread Greg KH
On Tue, Jul 18, 2006 at 07:35:25PM +0530, Ajay Jain wrote: > > > I have a usb hardware on my ARM based board. I want to develop a usb > > > function driver so that I can view the file-system on the host side. I > > > guess such kind of functionality is exposed in the mass-storage class. > > > > No.

Re: [linux-usb-devel] USB device driver querry

2006-07-18 Thread Ajay Jain
> > I have a usb hardware on my ARM based board. I want to develop a usb > > function driver so that I can view the file-system on the host side. I > > guess such kind of functionality is exposed in the mass-storage class. > > No. > > > Can somebody guide me as to how to proceed? Are there any samp

Re: [linux-usb-devel] USB device driver querry

2006-07-18 Thread Alan Stern
On Tue, 18 Jul 2006, Ajay Jain wrote: > Hello, > > I have a usb hardware on my ARM based board. I want to develop a usb > function driver so that I can view the file-system on the host side. I > guess such kind of functionality is exposed in the mass-storage class. No. > Can somebody guide me a

[linux-usb-devel] USB device driver querry

2006-07-18 Thread Ajay Jain
Hello, I have a usb hardware on my ARM based board. I want to develop a usb function driver so that I can view the file-system on the host side. I guess such kind of functionality is exposed in the mass-storage class. Can somebody guide me as to how to proceed? Are there any sample drivers availab