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
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
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