aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/file_storage.c
AgeCommit message (Expand)Author
2012-11-08usb: gadget: Remove File-backed Storage Gadget (g_file_storage).Michal Nazarewicz
2012-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior
2012-09-10usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior
2012-09-10usb: gadget: libcomposite: move config.c into libcompositeSebastian Andrzej Siewior
2012-09-10usb: gadget: start with libcompositeSebastian Andrzej Siewior
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior
2012-09-10usb: gadget: move bind() callback back to struct usb_gadget_driverSebastian Andrzej Siewior
2012-09-10usb: gadget: push all usb_composite_driver structs into __refdataSebastian Andrzej Siewior
2012-04-12USB: gadget: storage gadgets send wrong error code for unknown commandsAlan Stern
2012-02-28usb/gadget: use common defines within the storage gadgetSebastian Andrzej Siewior
2012-02-28usb/storage: a couple defines from drivers/usb/storage/transport.h to include...Sebastian Andrzej Siewior
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz
2011-12-12usb: gadget: mass_storage: support multi-luns with different logic block sizeYuping Luo
2011-11-14usb: gadget: storage: check for valid USB_BULK_RESET_REQUEST wLengthPaul Zimmerman
2011-11-14usb: gadget: storage: check for valid USB_BULK_GET_MAX_LUN_REQUESTPaul Zimmerman
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker
2011-10-18usb: gadget: file_storage: fix race on unloadingYauheni Kaliuta
2011-10-13usb: gadget: storage: add superspeed supportFelipe Balbi
2011-10-13usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDCPaul Zimmerman
2011-09-18Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-nextGreg Kroah-Hartman
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz
2011-09-09usb: gadget: storage: make FSG_NUM_BUFFERS variable sizePer Forlin
2011-09-09USB: gadget: storage: remove alignment assumptionAlan Stern
2011-09-09usb: gadget: storage: adapt logic block size to bound block devicesPeiyu Li
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-07-01usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman
2011-06-15USB: deprecate g_file_storageAlan Stern
2011-05-10usb: gadget: Remove the LUN checks which are always trueMaxin B John
2011-04-14Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman
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
2010-11-11USB: gadget: file_storage: put_device() in error recoveryMichal Nazarewicz
2010-10-22USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz
2010-10-22USB: g_file_storage: don't generate automatic serial stringAlan Stern
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König
2010-10-22USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz
2010-10-22usb: gadget: storage: remove nofua file when unbindingMichal Nazarewicz
2010-08-10USB: gadget: file_storage: serial parameter even if not test modeMichal Nazarewicz
2010-08-10USB: gadget: storage: optional SCSI WRITE FUA bitAndy Shevchenko
2010-08-10USB: gadget: section mismatch warning fixedMichal Nazarewicz
2010-08-10USB: Add a serial number parameter to g_file_storage moduleYann Cantin
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
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2009-12-11USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz
2009-12-11USB: g_file_storage: more code from file_storage.c moved to storage_common.cMichal Nazarewicz
2009-12-11USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changedMichal Nazarewicz