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

Configure Feed

Select the types of activity you want to include in your feed.

ACPI: remove /proc/acpi/event from ACPI_BUTTON help

Commit 1696d9d (ACPI: Remove the old /proc/acpi/event interface)
left /proc/acpi/event in the ACPI_BUTTON help in Kconfig, so
remove it from there.

[rjw: Changelog]
Signed-off-by: Krzysztof Mazur <krzysiek@podlesie.net>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Krzysztof Mazur and committed by
Rafael J. Wysocki
7d13f94c d7d49012

+3 -3
+3 -3
drivers/acpi/Kconfig
··· 123 123 default y 124 124 help 125 125 This driver handles events on the power, sleep, and lid buttons. 126 - A daemon reads /proc/acpi/event and perform user-defined actions 127 - such as shutting down the system. This is necessary for 128 - software-controlled poweroff. 126 + A daemon reads events from input devices or via netlink and 127 + performs user-defined actions such as shutting down the system. 128 + This is necessary for software-controlled poweroff. 129 129 130 130 To compile this driver as a module, choose M here: 131 131 the module will be called button.