Skip to content

Commit 5afbe70

Browse files
miRooxfredoh9
authored andcommitted
sof-kernel-log-check: filter USB HUB error
Signed-off-by: Yongan Lu <yongan.lu@intel.com>
1 parent 898c04d commit 5afbe70

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
@@ -211,6 +211,11 @@ ignore_str="$ignore_str"'|usb .-.+: device descriptor read/.+, error'
211211
ignore_str="$ignore_str"'|usb .-.+: device not accepting address .+, error'
212212
ignore_str="$ignore_str"'|usb usb.-port.+: unable to enumerate USB device'
213213

214+
# found on TGLU_SKU0A32_SDCA with check-playback-100sec.sh, internal daily test #5745
215+
# see also: https://github.com/thesofproject/linux/blob/b73297355e03ffdff62e3d7a6438934f05c58f54/drivers/usb/core/hub.c#L5563
216+
# usb 3-8-port4: disabled by hub (EMI?), re-enabling...
217+
ignore_str="$ignore_str"'|(usb|hub) .+: disabled by hub \(EMI\?\), re-enabling\.\.\.'
218+
214219
# Devices with IGB network interfaces. Since we have multiple issues we ignore
215220
# all messages from this driver, e.g.
216221
# igb 0000:01:00.0 enp1s0: Reset adapter'

0 commit comments

Comments
 (0)