xref: /linux/Documentation/ABI/testing/configfs-usb-gadget-mass-storage (revision ef0aa4b92cf10a7684135c61dc406398308b328f)
1*ef0aa4b9SAndrzej PietrasiewiczWhat:		/config/usb-gadget/gadget/functions/mass_storage.name
2*ef0aa4b9SAndrzej PietrasiewiczDate:		Oct 2013
3*ef0aa4b9SAndrzej PietrasiewiczKenelVersion:	3.13
4*ef0aa4b9SAndrzej PietrasiewiczDescription:
5*ef0aa4b9SAndrzej Pietrasiewicz		The attributes:
6*ef0aa4b9SAndrzej Pietrasiewicz
7*ef0aa4b9SAndrzej Pietrasiewicz		stall		- Set to permit function to halt bulk endpoints.
8*ef0aa4b9SAndrzej Pietrasiewicz				Disabled on some USB devices known not to work
9*ef0aa4b9SAndrzej Pietrasiewicz				correctly. You should set it to true.
10*ef0aa4b9SAndrzej Pietrasiewicz		num_buffers	- Number of pipeline buffers. Valid numbers
11*ef0aa4b9SAndrzej Pietrasiewicz				are 2..4. Available only if
12*ef0aa4b9SAndrzej Pietrasiewicz				CONFIG_USB_GADGET_DEBUG_FILES is set.
13*ef0aa4b9SAndrzej Pietrasiewicz
14*ef0aa4b9SAndrzej PietrasiewiczWhat:		/config/usb-gadget/gadget/functions/mass_storage.name/lun.name
15*ef0aa4b9SAndrzej PietrasiewiczDate:		Oct 2013
16*ef0aa4b9SAndrzej PietrasiewiczKenelVersion:	3.13
17*ef0aa4b9SAndrzej PietrasiewiczDescription:
18*ef0aa4b9SAndrzej Pietrasiewicz		The attributes:
19*ef0aa4b9SAndrzej Pietrasiewicz
20*ef0aa4b9SAndrzej Pietrasiewicz		file		- The path to the backing file for the LUN.
21*ef0aa4b9SAndrzej Pietrasiewicz				Required if LUN is not marked as removable.
22*ef0aa4b9SAndrzej Pietrasiewicz		ro		- Flag specifying access to the LUN shall be
23*ef0aa4b9SAndrzej Pietrasiewicz				read-only. This is implied if CD-ROM emulation
24*ef0aa4b9SAndrzej Pietrasiewicz				is enabled as well as when it was impossible
25*ef0aa4b9SAndrzej Pietrasiewicz				to open "filename" in R/W mode.
26*ef0aa4b9SAndrzej Pietrasiewicz		removable	- Flag specifying that LUN shall be indicated as
27*ef0aa4b9SAndrzej Pietrasiewicz				being removable.
28*ef0aa4b9SAndrzej Pietrasiewicz		cdrom		- Flag specifying that LUN shall be reported as
29*ef0aa4b9SAndrzej Pietrasiewicz				being a CD-ROM.
30*ef0aa4b9SAndrzej Pietrasiewicz		nofua		- Flag specifying that FUA flag
31*ef0aa4b9SAndrzej Pietrasiewicz				in SCSI WRITE(10,12)
32