diff --git a/Scripts/compatibility_checker.py b/Scripts/compatibility_checker.py index 1cfba8e..0375c35 100644 --- a/Scripts/compatibility_checker.py +++ b/Scripts/compatibility_checker.py @@ -303,7 +303,7 @@ class CompatibilityChecker: needs_oclp = False for device_type, devices in self.hardware_report.items(): - if device_type in ("Motherboard", "CPU", "USB Controllers", "Input", "Bluetooth", "System Devices"): + if device_type in ("Motherboard", "BIOS", "CPU", "USB Controllers", "Input", "Bluetooth", "System Devices"): new_hardware_report[device_type] = devices continue