summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/f_mass_storage.c
AgeCommit message (Expand)Author
2011-11-30usb: gadget: android: Update android gadget driverBenoit Goby
2011-11-30drivers: usb: gadget: mass_storage: Fix section mismatch warningDmitry Shmidt
2011-11-30USB: gadget: f_mass_storage: Integrate android customizationsMike Lockwood
2011-06-28usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman
2011-05-10usb: gadget: Remove the LUN checks which are always trueMaxin B John
2011-05-10usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance testsRoger Quadros
2011-04-14Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman
2011-04-13usb: gadget: f_mass_storage: If 'ro'/'cdrom' specified, open file as read-onlyRoger Quadros
2011-04-13usb: gadget: f_mass_storage: Fix Bulk-only RESET handlingRoger Quadros
2011-04-13USB: g_file_storage: don't send padding when stall=nAlan Stern
2011-04-13usb: usb_storage: do not align length of request for CBW to maxp sizeMian Yousaf Kaukab
2011-02-04USB, Mass Storage, composite, gadget: Fix build failure and memset of a structJesper Juhl
2010-11-11USB: gadget: f_mass_storage: code style clean upsMichal Nazarewicz
2010-11-11USB: gadget: f_mass_storage: remove needless complete()Michal Nazarewicz
2010-11-11USB: gadget: f_mass_storage: drop START_TRANSFER() macroMichal Nazarewicz
2010-11-11USB: gadget: f_mass_storage: use ?: instead of a macroMichal Nazarewicz
2010-11-11USB: gadget: f_mass_storage: put_device() in error recoveryRahul Ruikar
2010-10-22USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz
2010-10-22usb: gadget: mass_storage: optional SCSI WRITE FUA bitMichal Nazarewicz
2010-08-10USB: gadget: f_mass_storage: added eject callbackMichal Nazarewicz
2010-08-10USB: gadget: f_mass_storage: dead code removedMichal Nazarewicz
2010-08-10USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()Michal Nazarewicz
2010-06-30USB: gadget: f_mass_storage: stale common->fsg value bug fixMichal Nazarewicz
2010-06-30USB: gadget: f_mass_storage: fixed fs descriptors not being updatedMichal Nazarewicz
2010-05-20USB: gadget: f_mass_storage: fix in error recoveryMichal Nazarewicz
2010-05-20USB: gadget: __init and __exit tags removedMichal Nazarewicz
2010-05-20USB: Mass storage gadget: Handle eject requestFabien Chouteau
2010-05-20USB: gadget: f_mass_storage: per functionMichal Nazarewicz
2010-05-20USB: f_mass_storage: dynamic buffers for better alignmentMichal Nazarewicz
2010-03-19USB: gadget: f_mass_storage::fsg_bind(): fix error handlingPeter Korsgaard
2010-03-19USB: g_mass_storage: fix section mismatch warningsMike Frysinger
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-03-03kill unused invalidate_inode_pages helperChristoph Hellwig
2010-03-02USB: Remove unsupported usb gadget driversChristoph Egger
2010-03-02USB: f_mass_storage: fix crash on bind() errorPeter Korsgaard
2010-03-02USB: g_mass_storage: min(...) warning fixedMichal Nazarewicz
2010-03-02USB: g_mass_storage: superfluous and missing packets fixedMichal Nazarewicz
2010-03-02USB: mass_storage: eject LUNs on thread exitMichal Nazarewicz
2009-12-11USB: g_mass_storage: thread_exits callback addedMichal Nazarewicz
2009-12-11USB: g_mass_storage: most data moved to fsg_commonMichal Nazarewicz
2009-12-11USB: g_mass_storage: code cleaned up and comments updatedMichal Nazarewicz
2009-12-11USB: g_mass_storage: lun_name_format and thread_name addedMichal Nazarewicz
2009-12-11USB: g_mass_storage: fsg_config added & module params handlig changedMichal Nazarewicz
2009-12-11USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz
2009-12-11USB: g_mass_storage: fsg_common_init() createdMichal Nazarewicz
2009-12-11USB: g_mass_storage: constant length buffers usedMichal Nazarewicz
2009-12-11USB: g_mass_storage: parts of fsg_dev moved to fsg_common structureMichal Nazarewicz
2009-12-11USB: g_mass_storage: testing code from f_mass_storage.c removedMichal Nazarewicz
2009-12-11USB: g_mass_storage: template f_mass_storage.c file createdMichal Nazarewicz