forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from torvalds/master
New commits to master
- Loading branch information
Showing
9,911 changed files
with
426,164 additions
and
222,083 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
Documentation/ABI/testing/configfs-usb-gadget-mass-storage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
What: /config/usb-gadget/gadget/functions/mass_storage.name | ||
Date: Oct 2013 | ||
KenelVersion: 3.13 | ||
Description: | ||
The attributes: | ||
|
||
stall - Set to permit function to halt bulk endpoints. | ||
Disabled on some USB devices known not to work | ||
correctly. You should set it to true. | ||
num_buffers - Number of pipeline buffers. Valid numbers | ||
are 2..4. Available only if | ||
CONFIG_USB_GADGET_DEBUG_FILES is set. | ||
|
||
What: /config/usb-gadget/gadget/functions/mass_storage.name/lun.name | ||
Date: Oct 2013 | ||
KenelVersion: 3.13 | ||
Description: | ||
The attributes: | ||
|
||
file - The path to the backing file for the LUN. | ||
Required if LUN is not marked as removable. | ||
ro - Flag specifying access to the LUN shall be | ||
read-only. This is implied if CD-ROM emulation | ||
is enabled as well as when it was impossible | ||
to open "filename" in R/W mode. | ||
removable - Flag specifying that LUN shall be indicated as | ||
being removable. | ||
cdrom - Flag specifying that LUN shall be reported as | ||
being a CD-ROM. | ||
nofua - Flag specifying that FUA flag | ||
in SCSI WRITE(10,12) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.