ACK: [PATCH 08/22] data: klog.json: Add support for the ACPI Docking handler
Alex Hung
alex.hung at canonical.com
Wed Nov 21 02:55:45 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 in drivers/acpi/dock.c
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> data/klog.json | 32 ++++++++++++++++++++++++++++++++
> 1 file changed, 32 insertions(+)
>
> diff --git a/data/klog.json b/data/klog.json
> index d85423f..f828326 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -79,6 +79,38 @@
> {
> "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.",
> + "label": "KlogAcpiDockCannotUndock"
> + },
> + {
> + "compare_mode": "string",
> + "log_level": "LOG_LEVEL_HIGH",
> + "tag": "FWTS_ACPI_DOCK",
> + "pattern": "Unable to dock",
> + "advice": "A dock notify event was handled but the machine still seems to be undocked.",
> + "label": "KlogAcpiDockCannotDoct"
> + },
> + {
> + "compare_mode": "string",
> + "log_level": "LOG_LEVEL_HIGH",
> + "tag": "FWTS_ACPI_DOCK",
> + "pattern": "Unknown dock event",
> + "advice": "A dock notify event was handled, but the type of notify event was not recognised.",
> + "label": "KlogAcpiDockEvent"
> + },
> + {
> + "compare_mode": "regex",
> + "log_level": "LOG_LEVEL_HIGH",
> + "tag": "FWTS_ACPI_DOCK",
> + "pattern": ".* encountered error .*",
> + "advice": "An error occurred when trying to add a new dock station device.",
> + "label": "KlogAcpiDockAdd"
> + },
> + {
> + "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.",
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list