From patchwork Fri Nov 2 17:15:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [07/22] data: klog.json: Add support for the ACPI Lid errors Date: Fri, 02 Nov 2012 07:15:17 -0000 From: Colin King X-Patchwork-Id: 196612 Message-Id: <1351876532-21869-8-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/button.c Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin --- data/klog.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/data/klog.json b/data/klog.json index 447962a..d85423f 100644 --- a/data/klog.json +++ b/data/klog.json @@ -79,6 +79,22 @@ { "compare_mode": "string", "log_level": "LOG_LEVEL_HIGH", + "tag": "FWTS_ACPI_BUTTON", + "pattern": "More than one Lid device found", + "advice": "Failed to add a Lid device because one already exists. The kernel does not support more than one Lid device.", + "label": "KlogAcpiLidMany" + }, + { + "compare_mode": "string", + "log_level": "LOG_LEVEL_CRITICAL", + "tag": "FWTS_ACPI_BUTTON", + "pattern": "Unsupported hid", + "advice": "The Lid Hardware ID (HID) is one that the kernel does not recognise and so the Lid device was not added to the system. This can explain why the Lid does not work.", + "label": "KlogAcpiLidBadHid" + }, + { + "compare_mode": "string", + "log_level": "LOG_LEVEL_HIGH", "tag": "FWTS_ACPI_CONTAINER", "pattern": "ACPI: device is NULL", "advice": "The kernel count not add a container because the device associated with this was NULL, which is unexexpected.",