summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_mass_storage.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-02USB: f_mass_storage: fix crash on bind() errorPeter Korsgaard1-1/+0
2010-03-02USB: g_mass_storage: min(...) warning fixedMichal Nazarewicz1-1/+1
2010-03-02USB: g_mass_storage: superfluous and missing packets fixedMichal Nazarewicz1-9/+6
2010-03-02USB: mass_storage: eject LUNs on thread exitMichal Nazarewicz1-5/+21
2009-12-11USB: g_mass_storage: thread_exits callback addedMichal Nazarewicz1-5/+18
2009-12-11USB: g_mass_storage: most data moved to fsg_commonMichal Nazarewicz1-582/+648
2009-12-11USB: g_mass_storage: code cleaned up and comments updatedMichal Nazarewicz1-238/+329
2009-12-11USB: g_mass_storage: lun_name_format and thread_name addedMichal Nazarewicz1-5/+17
2009-12-11USB: g_mass_storage: fsg_config added & module params handlig changedMichal Nazarewicz1-95/+172
2009-12-11USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz1-489/+155
2009-12-11USB: g_mass_storage: fsg_common_init() createdMichal Nazarewicz1-162/+199
2009-12-11USB: g_mass_storage: constant length buffers usedMichal Nazarewicz1-20/+11
2009-12-11USB: g_mass_storage: parts of fsg_dev moved to fsg_common structureMichal Nazarewicz1-168/+173
2009-12-11USB: g_mass_storage: testing code from f_mass_storage.c removedMichal Nazarewicz1-570/+92
2009-12-11USB: g_mass_storage: template f_mass_storage.c file createdMichal Nazarewicz1-0/+3611