Re: USB Gadget Drivers

2008-12-09 Thread Kalpesh Rathod
Here is the home page of Linux USB Mass storage driver: http://www2.one-eyed-alien.net/~mdharm/linux-usb/ USB Mass storage class is very well supported in Linux kernel. You have to write code specific to your USB controller only. The code for USB protocol and mass-storage class is already there.

USB Gadget Drivers

2008-12-04 Thread Rajat Jain
Hi, I understand that the USB mailing list might be a better choice, but still trying my luck here... I'm very new to USB and would like to understand what would it take to make my ARM board appear as a USB mass storage device to a PC? What pieces of the framework I can reuse and what piece of