[PATCH 4/6] data: klog.json: ACPICA ACPI_ERROR messages
Colin King
colin.king at canonical.com
Thu Nov 15 10:56:51 UTC 2012
From: Colin Ian King <colin.king at canonical.com>
ACPICA ACPI_ERROR messages from exsystem.c
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
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.",
--
1.7.10.4
More information about the fwts-devel
mailing list