[<prev] [next>] [day] [month] [year] [list]
Message-ID: <88ee31b70711101001g21727d01qb967804162800c47@mail.gmail.com>
Date: Sun, 11 Nov 2007 03:01:10 +0900
From: "Jerome Pinot" <ngc891@...il.com>
To: "Linus Torvalds" <torvalds@...l.org>
Cc: "Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>,
"Trivial Patch" <trivial@...nel.org>
Subject: [PATCH] ACPI: add documentation for deprecated /proc/acpi/battery in ACPI_PROCFS
From: Jerome Pinot <ngc891@...il.com>
Add documentation in Kconfig help about the move of /proc/acpi/battery
to /sys/class/power_supply
when selecting ACPI_PROCFS. This will impact a lot of users and should
be documented.
Signed-off-by: Jerome Pinot <ngc891@...il.com>
---
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index da3a08f..ce9dead 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -60,6 +60,7 @@ config ACPI_PROCFS
/proc/acpi/info (/sys/modules/acpi/parameters/acpica_version)
/proc/acpi/dsdt (/sys/firmware/acpi/tables/DSDT)
/proc/acpi/fadt (/sys/firmware/acpi/tables/FACP)
+ /proc/acpi/battery (/sys/class/power_supply)
/proc/acpi/debug_layer (/sys/module/acpi/parameters/debug_layer)
/proc/acpi/debug_level (/sys/module/acpi/parameters/debug_level)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists