[PATCH 1/9] data: klog.json: Add ACPI video notify handler check
Colin King
colin.king at canonical.com
Tue May 14 14:00:23 UTC 2013
From: Colin Ian King <colin.king at canonical.com>
Check for ACPI video notify handler install failure message.
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 ec25a2c..44d5a9c 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -77,6 +77,14 @@
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI",
+ "pattern": "Error installing notify handler",
+ "advice": "Failed to install a notify handler for the ACPI video driver. The ACPI video driver cannot handle notify events to change brightness levels or turn the display on/off.",
+ "label": "KlogAcpiNotifyHandlerInstallFailed"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "tag": "FWTS_TAG_ACPI",
"pattern": "Could not register bus type",
"advice": "The ACPI driver failed to register the ACPI buse type. This is not deemed to be fatal, but it is a kernel error that should be investigated. See acpi_scan_init().",
"label": "KlogAcpiScanBusTypeRegisterFailed"
--
1.8.1.2
More information about the fwts-devel
mailing list