@@ -1051,6 +1051,13 @@
"advice": "The ACPI Battery Status (_BST) object is returning an invalid dischar or charge rate. This can be either a negative 16 bit value or reporting 0 as 65536 because of an invalid calculation in the DSDT. The Linux ACPI battery driver has detected this firmware bug and attempted to work around it.",
"label": "KlogAcpiBstInvalidRate"
},
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_MEDIUM",
+ "pattern": "(dis)charge rate invalid",
+ "advice": "The ACPI Battery Status (_BST) object is returning an invalid dischar or charge rate. This can be either a negative 16 bit value or reporting 0 as 65536 because of an invalid calculation in the DSDT. The Linux ACPI battery driver has detected this firmware bug and attempted to work around it.",
+ "label": "KlogAcpiBstInvalidRate"
+ },
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
These messages are specific to the ACPI battery driver. Signed-off-by: Ivan Hu <ivan.hu@canonical.com> --- data/klog.json | 7 +++++++ 1 file changed, 7 insertions(+)