Hi,
I'm not sure this is entirely right place, but at least this thing is related to Linux.
I have AT91SAM9263ek evaluation board and I'm running Linux 2.6.25.2 on it. Things are working pretty much okay.
Then I tried to make the evaluation board to shown as usb mass storage device to PC using Gadget USB-driver in Linux. With module g_file_system I'm able to get the PC to see that new mass storage device has been connected, but no driver were assigned for it. This happens with Windows and Linux PC. I was able to get it work with another Arm based hardware, so it works on some level.
Have anyone used that gadget driver with PC? I was using these instructions:
http://www.linux-usb.org/gadget/file_storage.html
Does someone else know any other way to make the device to look as usb mass storage device? I tried to register to linux-usb-user - mailing list, but never succeeded.