From: Zhang Rui Date: Mon, 29 Jan 2007 03:02:38 +0000 (+0800) Subject: ACPI: add ACPI debug attribute in sysfs X-Git-Tag: v2.6.21-rc1~92^2~32^2^2~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=219c3c8e268b9307eae9fae4c765a0c589b98338;p=pandora-kernel.git ACPI: add ACPI debug attribute in sysfs Add ACPI debug attributes in sysfs. /proc/acpi/debug_layer && debug_level are deprecated by /sys/module/acpi/parameters/debug_layer && debug_level. NOTE: The operations to them are quite the same. E.g. if you want to enable ACPI_DB_INFO, ACPI_DB_WARN, ACPI_DB_ERROR and disable the others, #echo 0x13 >/sys/module/acpi/parameters/debug_level is OK, and a boot option "acpi.debug_level = 0x13" also works. Signed-off-by: Zhang Rui Signed-off-by: Len Brown --- Reading git-diff-tree failed