Commit a2e66ad34c10b27c6e408db50e6472c2aae2b5e8

Authored by Valentin Rothberg
Committed by Greg Kroah-Hartman
1 parent 722b262c96

Documentation: sysfs-bus-usb: s/CONFIG_PM_RUNTIME/CONFIG_PM/

PM_RUNTIME has been replaced with PM by commit 464ed18ebdb6 ("PM:
Eliminate CONFIG_PM_RUNTIME") hence substitute the reference on
PM_RUNTIME with PM and re-arrange the text to 80 column break.

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 6 additions and 6 deletions Side-by-side Diff

Documentation/ABI/testing/sysfs-bus-usb
... ... @@ -118,12 +118,12 @@
118 118 Date: June 2015
119 119 Contact: Kevin Strasser <kevin.strasser@linux.intel.com>
120 120 Description:
121   - If CONFIG_PM_RUNTIME is set and a USB 3.0 lpm-capable device is
122   - plugged in to a xHCI host which supports link PM, it will check
123   - if U1 and U2 exit latencies have been set in the BOS
124   - descriptor; if the check is is passed and the host supports
125   - USB3 hardware LPM, USB3 hardware LPM will be enabled for the
126   - device and the USB device directory will contain a file named
  121 + If CONFIG_PM is set and a USB 3.0 lpm-capable device is plugged
  122 + in to a xHCI host which supports link PM, it will check if U1
  123 + and U2 exit latencies have been set in the BOS descriptor; if
  124 + the check is is passed and the host supports USB3 hardware LPM,
  125 + USB3 hardware LPM will be enabled for the device and the USB
  126 + device directory will contain a file named
127 127 power/usb3_hardware_lpm. The file holds a string value (enable
128 128 or disable) indicating whether or not USB3 hardware LPM is
129 129 enabled for the device.