diff options
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | 2018-12-18 13:53:08 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-12-19 10:13:25 +0300 |
commit | 28ce553985fa23815d942e8ad4294dec30645e5b (patch) | |
tree | 8faf6939be41ce9f2ace139324f4f0e09bfa23b0 /Documentation/driver-api/usb/index.rst | |
parent | 54578ee883e34d2d1c518d48f1c1e2dd3f387188 (diff) | |
download | linux-28ce553985fa23815d942e8ad4294dec30645e5b.tar.xz |
usb: typec: Improve Alt Mode documentation
Adding the document to the usb index file and fixing a few
references. Also, exposing the code examples as "literal
blocks" so they are more easy to read.
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 8fe995a1ec94..cfa8797ea614 100644 --- a/Documentation/driver-api/usb/index.rst +++ b/Documentation/driver-api/usb/index.rst @@ -19,6 +19,7 @@ Linux USB API dwc3 writing_musb_glue_layer typec + typec_bus usb3-debug-port .. only:: subproject and html |