aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/file_storage.c
Commit message (Expand)AuthorAge
* usb: gadget: Remove File-backed Storage Gadget (g_file_storage).Michal Nazarewicz2012-11-08
* usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior2012-09-10
* usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior2012-09-10
* usb: gadget: libcomposite: move config.c into libcompositeSebastian Andrzej Siewior2012-09-10
* usb: gadget: start with libcompositeSebastian Andrzej Siewior2012-09-10
* usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior2012-09-10
* usb: gadget: move bind() callback back to struct usb_gadget_driverSebastian Andrzej Siewior2012-09-10
* usb: gadget: push all usb_composite_driver structs into __refdataSebastian Andrzej Siewior2012-09-10
* USB: gadget: storage gadgets send wrong error code for unknown commandsAlan Stern2012-04-12
* 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
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-12
* usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz2011-12-12
* usb: gadget: mass_storage: support multi-luns with different logic block sizeYuping Luo2011-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: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker2011-10-31
* usb: gadget: file_storage: fix race on unloadingYauheni Kaliuta2011-10-18
* usb: gadget: storage: add superspeed supportFelipe Balbi2011-10-13
* usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDCPaul Zimmerman2011-10-13
* Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-nextGreg Kroah-Hartman2011-09-18
|\
| * 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: Provide usb_speed_string() functionMichal Nazarewicz2011-09-18
|/
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-23
* usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior2011-07-01
* usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman2011-06-28
* USB: deprecate g_file_storageAlan Stern2011-06-15
* usb: gadget: Remove the LUN checks which are always trueMaxin B John2011-05-10
* Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman2011-04-14
* 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: gadget: file_storage: put_device() in error recoveryMichal Nazarewicz2010-11-11
* USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz2010-10-22
* USB: g_file_storage: don't generate automatic serial stringAlan Stern2010-10-22
* usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-22
* USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz2010-10-22
* usb: gadget: storage: remove nofua file when unbindingMichal Nazarewicz2010-10-22
* USB: gadget: file_storage: serial parameter even if not test modeMichal Nazarewicz2010-08-10
* USB: gadget: storage: optional SCSI WRITE FUA bitAndy Shevchenko2010-08-10
* USB: gadget: section mismatch warning fixedMichal Nazarewicz2010-08-10
* USB: Add a serial number parameter to g_file_storage moduleYann Cantin2010-08-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-04
|\
| * kill unused invalidate_inode_pages helperChristoph Hellwig2010-03-03
* | USB: Remove unsupported usb gadget driversChristoph Egger2010-03-02
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-12-11
|\
| * vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-10
* | USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz2009-12-11
* | USB: g_file_storage: more code from file_storage.c moved to storage_common.cMichal Nazarewicz2009-12-11