diff --git a/data/sys_patch_dict.py b/data/sys_patch_dict.py index 2199c5a44..6633e7679 100644 --- a/data/sys_patch_dict.py +++ b/data/sys_patch_dict.py @@ -700,7 +700,7 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support): }, "Audio": { "Legacy Realtek": { - "Display Name": "Audio: Legacy Realtek Audio", + "Display Name": "Audio: Legacy Realtek", "OS Support": { "Minimum OS Support": { "OS Major": os_data.os_data.sierra, @@ -730,7 +730,7 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support): }, # For Mac Pros with non-UGA/GOP GPUs "Legacy Non-GOP": { - "Display Name": "Audio: Legacy non-GOP Audio", + "Display Name": "Audio: Legacy non-GOP", "OS Support": { "Minimum OS Support": { "OS Major": os_data.os_data.mojave, @@ -749,8 +749,8 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support): }, }, "Networking": { - "Legacy WiFi": { - "Display Name": "Networking: Legacy WiFi", + "Legacy Wireless": { + "Display Name": "Networking: Legacy Wireless", "OS Support": { "Minimum OS Support": { "OS Major": os_data.os_data.monterey, @@ -778,8 +778,8 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support): }, }, "Brightness": { - "Legacy Brightness": { - "Display Name": "Brightness: Legacy Brightness", + "Legacy Backlight Control": { + "Display Name": "Brightness: Legacy Backlight Control", "OS Support": { "Minimum OS Support": { "OS Major": os_data.os_data.high_sierra, diff --git a/resources/sys_patch_detect.py b/resources/sys_patch_detect.py index ea5362cbb..0b0c6467a 100644 --- a/resources/sys_patch_detect.py +++ b/resources/sys_patch_detect.py @@ -464,14 +464,14 @@ class detect_root_patch: required_patches.update({"Monterey GVA": all_hardware_patchset["Graphics"]["Monterey GVA"]}) required_patches.update({"AMD Legacy GCN": all_hardware_patchset["Graphics"]["AMD Legacy GCN"]}) if hardware_details["Brightness: Legacy Backlight Control"] is True: - required_patches.update({"Legacy Brightness": all_hardware_patchset["Brightness"]["Legacy Brightness"]}) + required_patches.update({"Legacy Backlight Control": all_hardware_patchset["Brightness"]["Legacy Backlight Control"]}) if hardware_details["Audio: Legacy Realtek"] is True: if self.model in ["iMac7,1", "iMac8,1"]: required_patches.update({"Legacy Realtek": all_hardware_patchset["Audio"]["Legacy Realtek"]}) else: required_patches.update({"Legacy Non-GOP": all_hardware_patchset["Audio"]["Legacy Non-GOP"]}) if hardware_details["Networking: Legacy Wireless"] is True: - required_patches.update({"Legacy WiFi": all_hardware_patchset["Networking"]["Legacy WiFi"]}) + required_patches.update({"Legacy Wireless": all_hardware_patchset["Networking"]["Legacy Wireless"]}) if hardware_details["Miscellaneous: Legacy GMUX"] is True: required_patches.update({"Legacy GMUX": all_hardware_patchset["Miscellaneous"]["Legacy GMUX"]}) if hardware_details["Miscellaneous: Legacy Keyboard Backlight"] is True: