Re: [linux-usb-devel] Using Linux Gadget FS

2007-03-15 Thread David Brownell
On Thursday 15 March 2007 11:01 am, Wael Adel wrote: > On Wednesday 23 August 2006 21:35 am, David Brownell wrote: > > >> Both the UDC driver and gadgetfs are built as loadable modules. After > >> successfully loading these two modules, I was able to mount gadget fs by > >> doing "mount -t gadgetf

Re: [linux-usb-devel] Using Linux Gadget FS

2007-03-15 Thread Wael Adel
On Wednesday 23 August 2006 21:35 am, David Brownell wrote: >> Both the UDC driver and gadgetfs are built as loadable modules. After >> successfully loading these two modules, I was able to mount gadget fs by >> doing "mount -t gadgetfs gadgetfs /dev/gadget". However only my UDC >> driver name ($C

Re: [linux-usb-devel] Using Linux Gadget FS

2006-08-23 Thread David Brownell
On Wednesday 23 August 2006 11:19 am, Randy Pan wrote: > Hi there, > > I am trying to implement a MTP/PTP class driver in user space based on > Gadget fs. The kernel version is 2.6.14.2. I have my own UDC driver > which has already been tested by hooking up with gadget file storage > class driv