From b129c55290149a962a24cd7c7ee8cd9eadaaeb23 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Tue, 10 Dec 2024 10:43:17 +0700 Subject: [PATCH] Remove unnecessary properties to enable Intel WiFi since macOS Sequoia --- Scripts/config_prodigy.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Scripts/config_prodigy.py b/Scripts/config_prodigy.py index d8f4431..0b6e603 100644 --- a/Scripts/config_prodigy.py +++ b/Scripts/config_prodigy.py @@ -243,13 +243,7 @@ class ConfigProdigy: if device_id in pci_data.NetworkIDs[21:108] and network_props.get("PCI Path"): deviceproperties_add[network_props.get("PCI Path")] = { - "IOName": "pci14e4,43a0", - "compatible": "pci106b,117", - "device-id": self.utils.hex_to_bytes("A0430000"), - "name": "pci14e4,43a0", - "subsystem-id": self.utils.hex_to_bytes("17010000"), - "subsystem-vendor-id": self.utils.hex_to_bytes("6B100000"), - "vendor-id": self.utils.hex_to_bytes("E4140000") + "IOName": "pci14e4,43a0" } elif kext.name == "WhateverGreen": discrete_gpu = None