[PATCH 07/22] data: klog.json: Add support for the ACPI Lid errors

Keng-Yu Lin kengyu at canonical.com
Wed Nov 7 04:16:29 UTC 2012


On Sat, Nov 3, 2012 at 1:15 AM, Colin King <colin.king at canonical.com> wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Add support to check for messages in drivers/acpi/button.c
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  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.",
> --
> 1.7.10.4
>
>
Acked-by: Keng-Yu Lin <kengyu at canonical.com>



More information about the fwts-devel mailing list