From 7262297351c0230dbd45aa609442514630e3c78a Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Wed, 19 Feb 2025 13:49:48 +0700 Subject: [PATCH] Add new BIOS information --- Scripts/compatibility_checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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