views:

574

answers:

2

Hi,

I am new to programming USB. I want to develop a simulator in Linux for USB mass storage devices. I would be thankful to you if you share links.

+2  A: 

You means running as USB target mode?

Check the gadget driver:

NOTE: this need hardware support

J-16 SDiZ
Hardware support is ability to be in usb host mode (which most PDAs does)
dpavlin
A: 

There is also interesting library for using usb gadgets from userspace which might be easier for development:

http://github.com/ueno/libusb-gadget

dpavlin