From patchwork Thu Nov 15 10:56:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/6] data: klog.json: ACPICA ACPI_ERROR messages From: Colin King X-Patchwork-Id: 199247 Message-Id: <1352977013-19927-5-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com Date: Thu, 15 Nov 2012 10:56:51 +0000 From: Colin Ian King ACPICA ACPI_ERROR messages from exsystem.c Signed-off-by: Colin Ian King Acked-by: Alex Hung Acked-by: Keng-Yu Lin --- data/klog.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/klog.json b/data/klog.json index 98f67c4..1420105 100644 --- a/data/klog.json +++ b/data/klog.json @@ -79,6 +79,14 @@ { "compare_mode": "string", "log_level": "LOG_LEVEL_HIGH", + "tag": "FWTS_TAG_ACPI", + "pattern": "Time parameter is too large", + "advice": "ACPI Stall() op was requested to wait for more than 255 usec. The ACPI specification states that the maximum should be 100 usec but to accommodate some firmware a maximum of 255 is supported by the kernel.", + "label": "KlogAcpiStallTooLarge" + }, + { + "compare_mode": "string", + "log_level": "LOG_LEVEL_HIGH", "tag": "FWTS_TAG_ACPI_BRIGHTNESS", "pattern": "Evaluating _BCM failed", "advice": "Could not set the brightness level, the ACPI control _BCM failed to execute correctly.",