Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: update Kconfig help text for CONFIG_USB_SUSPEND

This patch (as1429) updates the Kconfig help text for
CONFIG_USB_SUSPEND. The power/level file is now deprecated; we should
tell people to use power/control instead.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Alan Stern and committed by
Greg Kroah-Hartman
2dab3948 a666e3e6

+3 -3
+3 -3
drivers/usb/core/Kconfig
··· 91 91 If you are unsure about this, say N here. 92 92 93 93 config USB_SUSPEND 94 - bool "USB runtime power management (suspend/resume and wakeup)" 94 + bool "USB runtime power management (autosuspend) and wakeup" 95 95 depends on USB && PM_RUNTIME 96 96 help 97 97 If you say Y here, you can use driver calls or the sysfs 98 - "power/level" file to suspend or resume individual USB 99 - peripherals and to enable or disable autosuspend (see 98 + "power/control" file to enable or disable autosuspend for 99 + individual USB peripherals (see 100 100 Documentation/usb/power-management.txt for more details). 101 101 102 102 Also, USB "remote wakeup" signaling is supported, whereby some