[PATCH 18/22] data: klog.json: Add support for the ACPI video handler
Colin King
colin.king at canonical.com
Fri Nov 2 17:15:28 UTC 2012
From: Colin Ian King <colin.king at canonical.com>
Add support to check for messages in drivers/acpi/video.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 bca1821..f211cb6 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -79,6 +79,38 @@
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
+ "tag": "FWTS_TAG_ACPI_VIDEO",
+ "pattern": "Failed to switch the brightness",
+ "advice": "The ACPI video brightness for the LCD could not be set because _BCM failed.",
+ "label": "KlogAcpiVideoBcmFailed"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "tag": "FWTS_TAG_ACPI_VIDEO",
+ "pattern": "Invalid _DOD data in element",
+ "advice": "The ACPI _DOD control returned an element that was not an ACPI integer as expected. This element will be ignored, which could lead to reduced functionality.",
+ "label": "KlogAcpiVideoDodFailed"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "tag": "FWTS_TAG_ACPI_VIDEO",
+ "pattern": "Invalid _DDC data",
+ "advice": "The ACPI _DDC control is returning either a NULL buffer pointer or data that is not an ACPI buffer. The Extended Display Identification Data (EDID) structure that represents the display output device could not be fetched. This may affect video output.",
+ "label": "KlogAcpiVideoDdcFailed"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "tag": "FWTS_TAG_ACPI_VIDEO",
+ "pattern": "Invalid _BCL data",
+ "advice": "The ACPI _BCL control is returning either a NULL buffer pointer or data that is not an ACPI package. LCD brightness level queries will not work.",
+ "label": "KlogAcpiVideoBclFailed"
+ },
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
"tag": "FWTS_TAG_ACPI",
"pattern": "Oops, 'acpi_handle' corrupt",
"advice": "Failed to unbind a device, the ACPI handle was corrupt.",
--
1.7.10.4
More information about the fwts-devel
mailing list