Re: [linux-usb-devel] Peripheral Driver Querry

2006-11-27 Thread Alan Stern
On Mon, 27 Nov 2006, Ajay Jain wrote: > > g_file_storage reads and writes data to/from the card, as you would > > expect. > > > Is there some user-space daemon running? > > Only if you start one up. > > Got it, just one point for discussion. I just saw the file storage > code and realized that th

Re: [linux-usb-devel] Peripheral Driver Querry

2006-11-27 Thread Ajay Jain
> g_file_storage reads and writes data to/from the card, as you would > expect. > > Is there some user-space daemon running? > Only if you start one up. Got it, just one point for discussion. I just saw the file storage code and realized that things are implemented as a kernel thread and the read/

Re: [linux-usb-devel] Peripheral Driver Querry

2006-11-27 Thread Alan Stern
On Mon, 27 Nov 2006, Ajay Jain wrote: > Hello, > > We are implementing a USB peripheral controller driver for our > proprietary hardware, an ARM based SOC. I have read the Linux gadget > page on the linux usb website. A few things that I could conclude > were: > > 1. We should be using the Linux