aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/mass_storage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König1-2/+1
2010-10-22usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz1-2/+1
2010-10-22USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz1-2/+2
2010-10-22USB: gadget: mass_storage: moved strings handling code to compositeMichal Nazarewicz1-66/+6
2010-08-10USB: gadget: section mismatch warning fixedMichal Nazarewicz1-2/+2
2010-08-10USB: gadget: f_mass_storage: added eject callbackMichal Nazarewicz1-1/+4
2010-08-10USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()Michal Nazarewicz1-1/+1
2010-08-10USB: gadget: g_mass_storage: static data instead of dynamic allocationMichal Nazarewicz1-6/+9
2010-03-02USB: 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