Thanks for quick reply. Yes this tells on the host but I have doubts regarding the implementation on the device. Generally the USB driver which i have to write have to register with the gadget driver. And this should be part of kernel and MTP stack will be in user space. How should i bind USB driver with the MTP stack which is in user space. I have gone throught the code provided by http://gitorious.org/gitorious. I have doubt whther if I use this code how should i approach/implement it to bind to MTP stack . (MTP stack have to be ported from MTP porting kit 12).
Regards KSK On Thu, Jun 3, 2010 at 8:15 PM, hedwin <[email protected]> wrote: > Did you google on this topic already? > > http://www.adebenham.com/mtpfs/, is one I found, this uses MTP on top of > FUSE and guess there is more. > > > > On Thu, Jun 3, 2010 at 2:08 PM, ksk droid <[email protected]> wrote: > >> Hi, >> >> I have started writing usb driver/stack for supporting MTP stack >> in Linux. I want guidance in this regard. >> I have gone through windows responder code which is present in >> MTP porting kit 12.0. >> How should I approach in implement this code for Linux device >> >> 1. All the code should i implement it in the linux kernel or MTP stack >> in the User space and Usb in the kernel. >> >> Thanks in Advance. >> >> Regards >> ksk >> >> -- >> unsubscribe: >> [email protected]<android-kernel%[email protected]> >> website: http://groups.google.com/group/android-kernel > > > -- > unsubscribe: > [email protected]<android-kernel%[email protected]> > website: http://groups.google.com/group/android-kernel -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
