diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-05 16:23:03 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-04-11 23:38:56 +0300 |
commit | 401c7be2bad9eea68c1a660d54d1caa00b3098e4 (patch) | |
tree | f74c39efc2bf7e91483f0bab5d2cad0169c2d443 /Documentation/driver-api/usb/index.rst | |
parent | 79e0c2e6d4a382a7ac80cf082e3ca60bd42ab475 (diff) | |
download | linux-401c7be2bad9eea68c1a660d54d1caa00b3098e4.tar.xz |
usb/bulk-streams.txt: convert to ReST and add to driver-api book
This document describe some USB core functions. Add it to the
driver-api book.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/usb/index.rst')
-rw-r--r-- | Documentation/driver-api/usb/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/driver-api/usb/index.rst b/Documentation/driver-api/usb/index.rst index 5dfb04b2d730..6fe7611f7332 100644 --- a/Documentation/driver-api/usb/index.rst +++ b/Documentation/driver-api/usb/index.rst @@ -7,6 +7,7 @@ Linux USB API usb gadget anchors + bulk-streams writing_usb_driver writing_musb_glue_layer |