We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584648a commit 98bf3b7Copy full SHA for 98bf3b7
tools/sof-kernel-log-check.sh
@@ -338,6 +338,8 @@ ignore_str="$ignore_str"'|atkbd serio0: Failed to enable keyboard on isa0060/ser
338
339
# PS2/serial failures
340
ignore_str="$ignore_str""|i8042: Can't read CTR while initializing i8042"
341
+# Linux kernel commit 32de4b4f9dfa upgraded this generic warning to an error
342
+ignore_str="$ignore_str""|i8042: probe with driver i8042 failed"
343
344
# smbus issues can be ignored
345
ignore_str="$ignore_str"'|i801_smbus 0000:00:..\..: Transaction timeout'
0 commit comments