aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/mass_storage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-10usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior1-2/+1
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior1-2/+0
2012-09-10usb: gadget: remove string override from struct usb_composite_driverSebastian Andrzej Siewior1-2/+2
2012-09-10usb: gadget: push iSerialNumber into gadgetsSebastian Andrzej Siewior1-0/+21
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior1-1/+2
2012-09-10usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: libcomposite: move config.c into libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: start with libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: move bind() callback back to struct usb_composite_driverSebastian Andrzej Siewior1-1/+2
2012-09-10usb: gadget: push all usb_composite_driver structs into __refdataSebastian Andrzej Siewior1-1/+1
2012-01-24usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz1-1/+1
2011-10-13usb: gadget: storage: add superspeed supportFelipe Balbi1-1/+1
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-07-01usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman1-0/+1
2010-11-11USB: gadget: f_mass_storage: code style clean upsMichal Nazarewicz1-1/+1
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