From patchwork Tue May 14 14:00:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/9] data: klog.json: Add ACPI video notify handler check X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 243713 Message-Id: <1368540031-28500-2-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com Date: Tue, 14 May 2013 15:00:23 +0100 From: Colin King List-Id: Firmware Test Suite Development From: Colin Ian King Check for ACPI video notify handler install failure message. Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Alex Hung --- 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"