[PATCH 11/22] data: klog.json: Add support for the ACPI device power handler
Colin King
colin.king at canonical.com
Fri Nov 2 17:15:21 UTC 2012
From: Colin Ian King <colin.king at canonical.com>
Add support to check for messages in drivers/acpi/power.c
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
data/klog.json | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/data/klog.json b/data/klog.json
index 1351fd2..1e7bd3c 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -78,6 +78,30 @@
[
{
"compare_mode": "string",
+ "log_level": "LOG_LEVEL_MEDIUM",
+ "tag": "FWTS_TAG_ACPI_POWER",
+ "pattern": "_DSW execution failed",
+ "advice": "The ACPI control _DSW (Device Sleep Wake) failed to execute, this may impact on the ability to enable or disable the wake capabilities of a device in the computer.",
+ "label": "KlogAcpiDswFailed"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_MEDIUM",
+ "tag": "FWTS_TAG_ACPI_POWER",
+ "pattern": "_PSW execution failed",
+ "advice": "The ACPI control _PSW (Power State Wake) failed to execute, this may impact on the ability to enable or disable the wake capabilities of a device in the computer.",
+ "label": "KlogAcpiPswFailed"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_MEDIUM",
+ "tag": "FWTS_TAG_ACPI_POWER",
+ "pattern": "Transition power state",
+ "advice": "Failed to power on or shutdown a wakeup device using _PSW or _DSW control methods.",
+ "label": "KlogAcpiSuspend"
+ },
+ {
+ "compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_EMBEDDED_CONTROLLER",
"pattern": "Fail in evaluating the _REG object of EC device",
--
1.7.10.4
More information about the fwts-devel
mailing list