Commit a2e66ad3 authored by Valentin Rothberg's avatar Valentin Rothberg Committed by Greg Kroah-Hartman

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

PM_RUNTIME has been replaced with PM by commit 464ed18e ("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: default avatarValentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 722b262c
...@@ -118,12 +118,12 @@ What: /sys/bus/usb/devices/.../power/usb3_hardware_lpm ...@@ -118,12 +118,12 @@ What: /sys/bus/usb/devices/.../power/usb3_hardware_lpm
Date: June 2015 Date: June 2015
Contact: Kevin Strasser <kevin.strasser@linux.intel.com> Contact: Kevin Strasser <kevin.strasser@linux.intel.com>
Description: Description:
If CONFIG_PM_RUNTIME is set and a USB 3.0 lpm-capable device is If CONFIG_PM is set and a USB 3.0 lpm-capable device is plugged
plugged in to a xHCI host which supports link PM, it will check in to a xHCI host which supports link PM, it will check if U1
if U1 and U2 exit latencies have been set in the BOS and U2 exit latencies have been set in the BOS descriptor; if
descriptor; if the check is is passed and the host supports the check is is passed and the host supports USB3 hardware LPM,
USB3 hardware LPM, USB3 hardware LPM will be enabled for the USB3 hardware LPM will be enabled for the device and the USB
device and the USB device directory will contain a file named device directory will contain a file named
power/usb3_hardware_lpm. The file holds a string value (enable power/usb3_hardware_lpm. The file holds a string value (enable
or disable) indicating whether or not USB3 hardware LPM is or disable) indicating whether or not USB3 hardware LPM is
enabled for the device. enabled for the device.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment