diff options
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | 2008-11-07 18:57:55 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-11-07 21:45:04 -0500 |
commit | bdd7279919f682da8752fb47784a1ee302f8b7ea (patch) | |
tree | 1ce0d49a3ec628bffa56cfe04182e082edea9dc1 /include/acpi | |
parent | 44342f9e8dfbe8c0fadf940bf6b5c2eaaffe6850 (diff) |
ACPI: add driver component definitions to sysfs debug_layers
/sys/module/acpi/parameters/debug_layers used to contain only the
debug layers defined by the ACPI CA. This patch adds the additional
layer definitions for ACPI drivers.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpi_drivers.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index 414a6ccdc042..e6e90208147b 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h | |||
@@ -31,6 +31,10 @@ | |||
31 | 31 | ||
32 | #define ACPI_MAX_STRING 80 | 32 | #define ACPI_MAX_STRING 80 |
33 | 33 | ||
34 | /* | ||
35 | * Please update drivers/acpi/debug.c and Documentation/acpi/debug.txt | ||
36 | * if you add to this list. | ||
37 | */ | ||
34 | #define ACPI_BUS_COMPONENT 0x00010000 | 38 | #define ACPI_BUS_COMPONENT 0x00010000 |
35 | #define ACPI_AC_COMPONENT 0x00020000 | 39 | #define ACPI_AC_COMPONENT 0x00020000 |
36 | #define ACPI_BATTERY_COMPONENT 0x00040000 | 40 | #define ACPI_BATTERY_COMPONENT 0x00040000 |