From 23fa18eaa71266feff7ba8d83022d9e1cc83c65a Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:42:03 +0000 Subject: [PATCH] disable pwm7 --- kernel/Documentation/driver-api/usb/power-management.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/Documentation/driver-api/usb/power-management.rst b/kernel/Documentation/driver-api/usb/power-management.rst index 4a74cf6..2525c36 100644 --- a/kernel/Documentation/driver-api/usb/power-management.rst +++ b/kernel/Documentation/driver-api/usb/power-management.rst @@ -46,7 +46,7 @@ call it a "dynamic suspend" (also known as a "runtime suspend" or "selective suspend"). This document concentrates mostly on how dynamic PM is implemented in the USB subsystem, although system PM is -covered to some extent (see ``Documentation/power/*.txt`` for more +covered to some extent (see ``Documentation/power/*.rst`` for more information about system PM). System PM support is present only if the kernel was built with -- Gitblit v1.6.2