ACK: [PATCH 09/22] data: klog.json: Add support for the ACPI EC handler

Alex Hung alex.hung at canonical.com
Wed Nov 21 02:56:12 UTC 2012


On 11/03/2012 01:15 AM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Add support to check for messages drivers/acpi/ec.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 f828326..b3ab254 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -79,6 +79,14 @@
>     {
>      "compare_mode": "string",
>      "log_level": "LOG_LEVEL_HIGH",
> +   "tag": "FWTS_TAG_EMBEDDED_CONTROLLER",
> +   "pattern": "Fail in evaluating the _REG object of EC device",
> +   "advice": "The _REG object for the Embedded Controller Device could not be evaluated, however the kernel will ignore this and try to install the handler for the Embedded Controller.",
> +   "label": "KlogAcpiEcBadReg"
> +  },
> +  {
> +   "compare_mode": "string",
> +   "log_level": "LOG_LEVEL_HIGH",
>      "tag": "FWTS_ACPI_DOCK",
>      "pattern": "Unable to undock",
>      "advice": "An undock event was requested but the machine still seems to be docked.",
>
Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list