We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ffd738 commit e804f95Copy full SHA for e804f95
1 file changed
tools/sof-kernel-log-check.sh
@@ -355,6 +355,11 @@ ignore_str="$ignore_str"'|proc_thermal 0000:00:..\..: No auxiliary DTSs enabled'
355
# elan_i2c i2c-ELAN0000:00: invalid report id data (ff)
356
ignore_str="$ignore_str"'|elan_i2c i2c-ELAN0000:.*: invalid report id data'
357
358
+# GLK another touch pad errors to be ignored
359
+# BugLink: https://github.com/thesofproject/sof-test/issues/735
360
+ignore_str="$ignore_str"'|elan_i2c i2c-ELAN0000:.*: reading cmd \(0x[A-Fa-f0-9]{4}\) fail'
361
+ignore_str="$ignore_str"'|elan_i2c i2c-ELAN0000:.*: failed to read current power state:'
362
+
363
# iwlwifi net adaptor logs can be ignored
364
# origin logs seen on CML platforms
365
# iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-hr-b0-56.ucode failed with error -2
0 commit comments