aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_mass_storage.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | usb: gadget: mass_storage: remove >= 0 check for unsigned typeSebastian Andrzej Siewior2013-01-10
* | usb: gadget: f_mass_storage: remove unused operationsAndrzej Pietrasiewicz2013-01-10
|/
* usb: gadget: storage_common: Drop #ifdefs used for the sake of FSG.Michal Nazarewicz2012-11-08
* usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior2012-10-31
* usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior2012-09-10
* usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior2012-09-10
* usb: gadget: mass_storage: make "file" and "ro" read only in some casesMichal Nazarewicz2012-07-02
* usb: gadget: mass_storage: add documentationMichal Nazarewicz2012-06-15
* usb: gadget: mass_storage: remove unused optionsMichal Nazarewicz2012-06-15
* usb: gadget: f_mass_storage: change default value of the removable parameterMichal Nazarewicz2012-06-04
* Merge tag 'gadget-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-05-07
|\
| * usb: gadget: f_mass_storage: remove deprecated fsg_add()Michal Nazarewicz2012-05-04
* | USB: gadget: storage gadgets send wrong error code for unknown commandsAlan Stern2012-04-12
|/
* Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-03-01
|\
| * usb: gadget: f_mass_storage: remove one FSG_NO_INTR_EPSebastian Andrzej Siewior2012-01-24
| * usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz2012-01-24
* | usb/gadget: use common defines within the storage gadgetSebastian Andrzej Siewior2012-02-28
* | usb/storage: a couple defines from drivers/usb/storage/transport.h to include...Sebastian Andrzej Siewior2012-02-28
* | usb: gadget: f_mass_storage: Use "bool" instead of "int" in fsg_module_parame...Fabio Estevam2012-01-24
|/
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-09
|\
| * usb: gadget: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-12
| * usb: gadget: mass_storage: support multi-luns with different logic block sizeYuping Luo2011-12-12
* | usb: gadget: storage: release superspeed descriptors.Yu Xu2011-12-12
|/
* usb: gadget: storage: check for valid USB_BULK_RESET_REQUEST wLengthPaul Zimmerman2011-11-14
* usb: gadget: storage: check for valid USB_BULK_GET_MAX_LUN_REQUESTPaul Zimmerman2011-11-14
* usb: gadget: storage: add superspeed supportFelipe Balbi2011-10-13
* usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDCPaul Zimmerman2011-10-13
* usb: gadget: storage: make FSG_NUM_BUFFERS variable sizePer Forlin2011-09-09
* USB: gadget: storage: remove alignment assumptionAlan Stern2011-09-09
* usb: gadget: storage: adapt logic block size to bound block devicesPeiyu Li2011-09-09
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-23
* usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman2011-06-28
* usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman2011-06-28
* usb: gadget: Remove the LUN checks which are always trueMaxin B John2011-05-10
* usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance testsRoger Quadros2011-05-10
* Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman2011-04-14
* usb: gadget: f_mass_storage: If 'ro'/'cdrom' specified, open file as read-onlyRoger Quadros2011-04-13
* usb: gadget: f_mass_storage: Fix Bulk-only RESET handlingRoger Quadros2011-04-13
* USB: g_file_storage: don't send padding when stall=nAlan Stern2011-04-13
* usb: usb_storage: do not align length of request for CBW to maxp sizeMian Yousaf Kaukab2011-04-13
* USB, Mass Storage, composite, gadget: Fix build failure and memset of a structJesper Juhl2011-02-04
* USB: gadget: f_mass_storage: code style clean upsMichal Nazarewicz2010-11-11
* USB: gadget: f_mass_storage: remove needless complete()Michal Nazarewicz2010-11-11
* USB: gadget: f_mass_storage: drop START_TRANSFER() macroMichal Nazarewicz2010-11-11
* USB: gadget: f_mass_storage: use ?: instead of a macroMichal Nazarewicz2010-11-11
* USB: gadget: f_mass_storage: put_device() in error recoveryRahul Ruikar2010-11-11
* USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz2010-10-22
* usb: gadget: mass_storage: optional SCSI WRITE FUA bitMichal Nazarewicz2010-10-22