Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1c3e6e1 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jonathan Corbet
Browse files

docs-rst: fix usb cross-references



As some USB documentation files got moved, adjust their
cross-references to their new place.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
Acked-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 0cb30062
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ Description:
		hubs this facility is always enabled and their device
		directories will not contain this file.

		For more information, see Documentation/usb/persist.txt.
		For more information, see Documentation/driver-api/usb/persist.rst.

What:		/sys/bus/usb/devices/.../power/autosuspend
Date:		March 2007
+2 −0
Original line number Diff line number Diff line
.. _usb-urb:

USB Request Block (URB)
~~~~~~~~~~~~~~~~~~~~~~~

+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ Usbcore will call into a driver through callbacks defined in the driver
structure and through the completion handler of URBs a driver submits.
Only the former are in the scope of this document. These two kinds of
callbacks are completely independent of each other. Information on the
completion callback can be found in Documentation/usb/URB.txt.
completion callback can be found in :ref:`usb-urb`.

The callbacks defined in the driver structure are:

@@ -53,7 +53,7 @@ The callbacks defined in the driver structure are:

The ioctl interface (2) should be used only if you have a very good
reason. Sysfs is preferred these days. The PM callbacks are covered
separately in Documentation/usb/power-management.txt.
separately in :ref:`usb-power-management`.

Calling conventions
===================
+2 −0
Original line number Diff line number Diff line
.. _usb-error-codes:

USB Error codes
~~~~~~~~~~~~~~~

+2 −0
Original line number Diff line number Diff line
.. _usb-persist:

USB device persistence during system suspend
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Loading