@@ -841,6 +841,13 @@
"advice": "The ACPI driver could not put the machine into the desired sleep state because the sleep state is not supported.",
"label": "KlogAcpiSleepStateNoSupport"
},
+ {
+ "compare_mode": "string",
+ "log_level": "LOG_LEVEL_HIGH",
+ "pattern": "Warning: Failed to enable wakeup from IRQ",
+ "advice": "The ACPI driver could not set the wakeup mode enabled which can let this IRQ wake the system from sleep.",
+ "label": "KlogAcpiEnableWakeupIRQFail"
+ },
{
"compare_mode": "string",
"log_level": "LOG_LEVEL_HIGH",
These messages are specific to the ACPI sleep driver. Signed-off-by: Ivan Hu <ivan.hu@canonical.com> --- data/klog.json | 7 +++++++ 1 file changed, 7 insertions(+)