mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
toctree index in USB driver api docs currently spoils the entire docs headings due to lack of :maxdepth: option. Add the option to limit toctree depth to 1, mirroring usb subsystem docs in Documentation/usb/index.rst. Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250820050416.25219-1-bagasdotme@gmail.com
32 lines
376 B
ReStructuredText
32 lines
376 B
ReStructuredText
=============
|
|
Linux USB API
|
|
=============
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
usb
|
|
gadget
|
|
anchors
|
|
bulk-streams
|
|
callbacks
|
|
dma
|
|
URB
|
|
power-management
|
|
hotplug
|
|
persist
|
|
error-codes
|
|
writing_usb_driver
|
|
dwc3
|
|
writing_musb_glue_layer
|
|
typec
|
|
typec_bus
|
|
usb3-debug-port
|
|
|
|
.. only:: subproject and html
|
|
|
|
Indices
|
|
=======
|
|
|
|
* :ref:`genindex`
|