Commit Graph

72 Commits (b6d86d3d6d6e4c9b588d81615c81b5a8292b62ed)

Author SHA1 Message Date
Michal Nazarewicz 48a31af744 usb: gadget: mass_storage: make "file" and "ro" read only in some cases 13 years ago
Michal Nazarewicz a8287a4ed5 usb: gadget: mass_storage: add documentation 13 years ago
Michal Nazarewicz 1a12af1a75 usb: gadget: mass_storage: remove unused options 13 years ago
Michal Nazarewicz fa84c57516 usb: gadget: f_mass_storage: change default value of the removable parameter 13 years ago
Michal Nazarewicz c2484606a1 usb: gadget: f_mass_storage: remove deprecated fsg_add() 13 years ago
Alan Stern c85dcdac58 USB: gadget: storage gadgets send wrong error code for unknown commands 13 years ago
Sebastian Andrzej Siewior 775dafdcd3 usb/gadget: use common defines within the storage gadget 13 years ago
Sebastian Andrzej Siewior 7ac4704c09 usb/storage: a couple defines from drivers/usb/storage/transport.h to include/linux/usb/storage.h 13 years ago
Fabio Estevam 4b5203f188 usb: gadget: f_mass_storage: Use "bool" instead of "int" in fsg_module_parameters 13 years ago
Sebastian Andrzej Siewior fcc0bb5ace usb: gadget: f_mass_storage: remove one FSG_NO_INTR_EP 13 years ago
Michal Nazarewicz 54b8360ffd usb: gadget: update Michal Nazarewicz's email address 13 years ago
Yu Xu f44b915d31 usb: gadget: storage: release superspeed descriptors. 13 years ago
Thomas Meyer 9823a52539 usb: gadget: Use kcalloc instead of kzalloc to allocate array 13 years ago
Yuping Luo 144974e7f9 usb: gadget: mass_storage: support multi-luns with different logic block size 13 years ago
Paul Zimmerman ce7b612185 usb: gadget: storage: check for valid USB_BULK_RESET_REQUEST wLength 13 years ago
Paul Zimmerman db332bc9b2 usb: gadget: storage: check for valid USB_BULK_GET_MAX_LUN_REQUEST 13 years ago
Felipe Balbi 4bb99b7c82 usb: gadget: storage: add superspeed support 14 years ago
Paul Zimmerman fe69676530 usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDC 14 years ago
Per Forlin 6532c7fdb2 usb: gadget: storage: make FSG_NUM_BUFFERS variable size 14 years ago
Alan Stern 04eee25b1d USB: gadget: storage: remove alignment assumption 14 years ago
Peiyu Li 3f565a363c usb: gadget: storage: adapt logic block size to bound block devices 14 years ago
Kuninori Morimoto 29cc88979a USB: use usb_endpoint_maxp() instead of le16_to_cpu() 14 years ago
Tatyana Brokhman ea2a1df7b2 usb: gadget: use config_ep_by_speed() instead of ep_choose() 14 years ago
Tatyana Brokhman 72c973dd2b usb: gadget: add usb_endpoint_descriptor to struct usb_ep 14 years ago
Maxin B John 849426c3a4 usb: gadget: Remove the LUN checks which are always true 14 years ago
Roger Quadros 95ed323667 usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance tests 14 years ago
Greg Kroah-Hartman 98346f7db0 Revert "usb: usb_storage: do not align length of request for CBW to maxp size" 14 years ago
Roger Quadros 3c624d4962 usb: gadget: f_mass_storage: If 'ro'/'cdrom' specified, open file as read-only 14 years ago
Roger Quadros 73ee4da994 usb: gadget: f_mass_storage: Fix Bulk-only RESET handling 14 years ago
Alan Stern ee81b3e086 USB: g_file_storage: don't send padding when stall=n 14 years ago
Mian Yousaf Kaukab 806e8f8fcc usb: usb_storage: do not align length of request for CBW to maxp size 14 years ago
Jesper Juhl a283c03a3a USB, Mass Storage, composite, gadget: Fix build failure and memset of a struct 14 years ago
Michal Nazarewicz b73af61e32 USB: gadget: f_mass_storage: code style clean ups 14 years ago
Michal Nazarewicz 00cb636ed8 USB: gadget: f_mass_storage: remove needless complete() 14 years ago
Michal Nazarewicz fe52f7922c USB: gadget: f_mass_storage: drop START_TRANSFER() macro 14 years ago
Michal Nazarewicz 1ccd7923fe USB: gadget: f_mass_storage: use ?: instead of a macro 14 years ago
Rahul Ruikar 17a936117c USB: gadget: f_mass_storage: put_device() in error recovery 14 years ago
Michal Nazarewicz 0a6a717cef USB: gadget: storage: reuse definitions from scsi.h header file 15 years ago
Michal Nazarewicz 9cfe745e65 usb: gadget: mass_storage: optional SCSI WRITE FUA bit 15 years ago
Michal Nazarewicz 8876f5e7d3 USB: gadget: f_mass_storage: added eject callback 15 years ago
Michal Nazarewicz 248720529c USB: gadget: f_mass_storage: dead code removed 15 years ago
Michal Nazarewicz 1dc90985d1 USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config() 15 years ago
Michal Nazarewicz b894f60a23 USB: gadget: f_mass_storage: stale common->fsg value bug fix 15 years ago
Michal Nazarewicz e5fd39d9b8 USB: gadget: f_mass_storage: fixed fs descriptors not being updated 15 years ago
Michal Nazarewicz b9e000884e USB: gadget: f_mass_storage: fix in error recovery 15 years ago
Michal Nazarewicz 28824b18ac USB: gadget: __init and __exit tags removed 15 years ago
Fabien Chouteau 31436a1a64 USB: Mass storage gadget: Handle eject request 15 years ago
Michal Nazarewicz 0fb2c2a169 USB: gadget: f_mass_storage: per function 15 years ago
Michal Nazarewicz aae86e8adb USB: f_mass_storage: dynamic buffers for better alignment 15 years ago
Peter Korsgaard f479d70b4f USB: gadget: f_mass_storage::fsg_bind(): fix error handling 15 years ago