Skip to content

Commit

Permalink
sof-kernel-log-check: ignore "i8042: probe with driver i8042 failed"
Browse files Browse the repository at this point in the history
Linux kernel commit 32de4b4f9dfa just upgraded this generic warning to
an error.

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb committed Apr 4, 2024
1 parent 584648a commit 98bf3b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/sof-kernel-log-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ ignore_str="$ignore_str"'|atkbd serio0: Failed to enable keyboard on isa0060/ser

# PS2/serial failures
ignore_str="$ignore_str""|i8042: Can't read CTR while initializing i8042"
# Linux kernel commit 32de4b4f9dfa upgraded this generic warning to an error
ignore_str="$ignore_str""|i8042: probe with driver i8042 failed"

# smbus issues can be ignored
ignore_str="$ignore_str"'|i801_smbus 0000:00:..\..: Transaction timeout'
Expand Down

0 comments on commit 98bf3b7

Please sign in to comment.