Skip to content

Commit e804f95

Browse files
committed
kernel-log-check: ignore more elan i2c touch pad errors
elan i2c touch pad errors are nothing to do with SOF. Need to ignore them. Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
1 parent 7ffd738 commit e804f95

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tools/sof-kernel-log-check.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,11 @@ ignore_str="$ignore_str"'|proc_thermal 0000:00:..\..: No auxiliary DTSs enabled'
355355
# elan_i2c i2c-ELAN0000:00: invalid report id data (ff)
356356
ignore_str="$ignore_str"'|elan_i2c i2c-ELAN0000:.*: invalid report id data'
357357

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+
358363
# iwlwifi net adaptor logs can be ignored
359364
# origin logs seen on CML platforms
360365
# iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-hr-b0-56.ucode failed with error -2

0 commit comments

Comments
 (0)