summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/mass_storage.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-11USB: gadget: section mismatch warning fixedMichal Nazarewicz1-2/+2
2010-08-11USB: gadget: f_mass_storage: added eject callbackMichal Nazarewicz1-1/+4
2010-08-11USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()Michal Nazarewicz1-1/+1
2010-08-11USB: gadget: g_mass_storage: static data instead of dynamic allocationMichal Nazarewicz1-6/+9
2010-03-03USB: mass_storage: eject LUNs on thread exitMichal Nazarewicz1-1/+7
2009-12-11USB: g_mass_storage: thread_exits callback addedMichal Nazarewicz1-9/+11
2009-12-11USB: g_mass_storage: code cleaned up and comments updatedMichal Nazarewicz1-3/+3
2009-12-11USB: g_mass_storage: fsg_config added & module params handlig changedMichal Nazarewicz1-1/+6
2009-12-11USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz1-0/+233