diff options
author | Mauro Carvalho Chehab | 2017-04-05 10:23:15 -0300 |
---|---|---|
committer | Jonathan Corbet | 2017-04-11 14:41:29 -0600 |
commit | e1c3e6e1ca996e0403a5958c054d2cebf1642b15 (patch) | |
tree | f7b29c76c6fe49d8e54d0538ad033635fc124ba6 /Documentation/driver-api/usb/power-management.rst | |
parent | 0cb300623e3bb460fd9853bbde2fd1973e3bbcd8 (diff) |
docs-rst: fix usb cross-references
As some USB documentation files got moved, adjust their
cross-references to their new place.
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/power-management.rst')
-rw-r--r-- | Documentation/driver-api/usb/power-management.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/usb/power-management.rst b/Documentation/driver-api/usb/power-management.rst index c068257f6d27..79beb807996b 100644 --- a/Documentation/driver-api/usb/power-management.rst +++ b/Documentation/driver-api/usb/power-management.rst @@ -328,7 +328,7 @@ possible to work around the hibernation-forces-disconnect problem by using the USB Persist facility.) The ``reset_resume`` method is used by the USB Persist facility (see -``Documentation/usb/persist.txt``) and it can also be used under certain +:ref:`usb-persist`) and it can also be used under certain circumstances when ``CONFIG_USB_PERSIST`` is not enabled. Currently, if a device is reset during a resume and the driver does not have a ``reset_resume`` method, the driver won't receive any notification about |