From patchwork Fri Nov 2 17:15:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [11/22] data: klog.json: Add support for the ACPI device power handler Date: Fri, 02 Nov 2012 07:15:21 -0000 From: Colin King X-Patchwork-Id: 196623 Message-Id: <1351876532-21869-12-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com From: Colin Ian King Add support to check for messages in drivers/acpi/power.c Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Alex Hung --- 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",