ACK: [PATCH 1/9] data: klog.json: Add ACPI video notify handler check

Alex Hung alex.hung at canonical.com
Tue May 21 06:08:07 UTC 2013


On 05/14/2013 10:00 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Check for ACPI video notify handler install failure message.
>
> 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 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"
>
Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list