Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mfd_dmesg/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class OSPackageInfo:
r"Deprecated Driver is detected: bnx2i",
r"the capability attribute has been deprecated", # related to disk
r"VF could not set VLAN 0",
r"SMBus is busy, can't use it", # related to disk
]
FAILS = ["no defer", "error", "fail", "timeout", "warning", "overruns", "excessive missed"]
INVALID_MODULE_ERRORS = ["Invalid", "default value", "outside of range", "Single Root Input/Output Virtualization"]
Expand Down