summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_mass_storage.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gadget-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-05-071-7/+0
|\
| * usb: gadget: f_mass_storage: remove deprecated fsg_add()Michal Nazarewicz2012-05-041-7/+0
* | USB: gadget: storage gadgets send wrong error code for unknown commandsAlan Stern2012-04-121-1/+1
|/
* Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-03-011-2/+1
|\
| * usb: gadget: f_mass_storage: remove one FSG_NO_INTR_EPSebastian Andrzej Siewior2012-01-241-1/+0
| * usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz2012-01-241-1/+1
* | usb/gadget: use common defines within the storage gadgetSebastian Andrzej Siewior2012-02-281-12/+12
* | usb/storage: a couple defines from drivers/usb/storage/transport.h to include...Sebastian Andrzej Siewior2012-02-281-1/+1
* | usb: gadget: f_mass_storage: Use "bool" instead of "int" in fsg_module_parame...Fabio Estevam2012-01-241-5/+5
|/
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-24/+36
|\
| * usb: gadget: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-121-1/+1
| * usb: gadget: mass_storage: support multi-luns with different logic block sizeYuping Luo2011-12-121-23/+35
* | usb: gadget: storage: release superspeed descriptors.Yu Xu2011-12-121-0/+1
|/
* usb: gadget: storage: check for valid USB_BULK_RESET_REQUEST wLengthPaul Zimmerman2011-11-141-1/+2
* usb: gadget: storage: check for valid USB_BULK_GET_MAX_LUN_REQUESTPaul Zimmerman2011-11-141-1/+2
* usb: gadget: storage: add superspeed supportFelipe Balbi2011-10-131-0/+22
* usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDCPaul Zimmerman2011-10-131-9/+9
* usb: gadget: storage: make FSG_NUM_BUFFERS variable sizePer Forlin2011-09-091-8/+21
* USB: gadget: storage: remove alignment assumptionAlan Stern2011-09-091-41/+22
* usb: gadget: storage: adapt logic block size to bound block devicesPeiyu Li2011-09-091-26/+37
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-2/+1
* usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman2011-06-281-21/+13
* usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman2011-06-281-1/+2
* usb: gadget: Remove the LUN checks which are always trueMaxin B John2011-05-101-1/+1
* usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance testsRoger Quadros2011-05-101-1/+5
* Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman2011-04-141-4/+20
* usb: gadget: f_mass_storage: If 'ro'/'cdrom' specified, open file as read-onlyRoger Quadros2011-04-131-0/+1
* usb: gadget: f_mass_storage: Fix Bulk-only RESET handlingRoger Quadros2011-04-131-0/+5
* USB: g_file_storage: don't send padding when stall=nAlan Stern2011-04-131-43/+11
* usb: usb_storage: do not align length of request for CBW to maxp sizeMian Yousaf Kaukab2011-04-131-20/+4
* USB, Mass Storage, composite, gadget: Fix build failure and memset of a structJesper Juhl2011-02-041-1/+2
* USB: gadget: f_mass_storage: code style clean upsMichal Nazarewicz2010-11-111-210/+248
* USB: gadget: f_mass_storage: remove needless complete()Michal Nazarewicz2010-11-111-4/+1
* USB: gadget: f_mass_storage: drop START_TRANSFER() macroMichal Nazarewicz2010-11-111-25/+24
* USB: gadget: f_mass_storage: use ?: instead of a macroMichal Nazarewicz2010-11-111-7/+4
* USB: gadget: f_mass_storage: put_device() in error recoveryRahul Ruikar2010-11-111-0/+1
* USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz2010-10-221-36/+36
* usb: gadget: mass_storage: optional SCSI WRITE FUA bitMichal Nazarewicz2010-10-221-1/+15
* USB: gadget: f_mass_storage: added eject callbackMichal Nazarewicz2010-08-101-39/+70
* USB: gadget: f_mass_storage: dead code removedMichal Nazarewicz2010-08-101-3/+0
* USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()Michal Nazarewicz2010-08-101-3/+10
* USB: gadget: f_mass_storage: stale common->fsg value bug fixMichal Nazarewicz2010-06-301-99/+61
* USB: gadget: f_mass_storage: fixed fs descriptors not being updatedMichal Nazarewicz2010-06-301-22/+12
* USB: gadget: f_mass_storage: fix in error recoveryMichal Nazarewicz2010-05-201-26/+25
* USB: gadget: __init and __exit tags removedMichal Nazarewicz2010-05-201-1/+1
* USB: Mass storage gadget: Handle eject requestFabien Chouteau2010-05-201-3/+45
* USB: gadget: f_mass_storage: per functionMichal Nazarewicz2010-05-201-6/+22
* USB: f_mass_storage: dynamic buffers for better alignmentMichal Nazarewicz2010-05-201-5/+18
* USB: gadget: f_mass_storage::fsg_bind(): fix error handlingPeter Korsgaard2010-03-191-1/+0
* USB: g_mass_storage: fix section mismatch warningsMike Frysinger2010-03-191-1/+1