mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Fix Bluetooth kext selection
This commit is contained in:
@@ -212,7 +212,6 @@ BluetoothIDs = AtherosBluetoothIDs + BroadcomBluetoothIDs + IntelBluetoothIDs +
|
|||||||
"05AC-8294",
|
"05AC-8294",
|
||||||
"05AC-8296",
|
"05AC-8296",
|
||||||
"05AC-F007",
|
"05AC-F007",
|
||||||
"0A12-0001",
|
|
||||||
"0A5C-217D",
|
"0A5C-217D",
|
||||||
"0A5C-22BE",
|
"0A5C-22BE",
|
||||||
"0A5C-640A",
|
"0A5C-640A",
|
||||||
@@ -231,6 +230,7 @@ BluetoothIDs = AtherosBluetoothIDs + BroadcomBluetoothIDs + IntelBluetoothIDs +
|
|||||||
"2B54-5602",
|
"2B54-5602",
|
||||||
"33BA-03E8",
|
"33BA-03E8",
|
||||||
"33BA-03E9",
|
"33BA-03E9",
|
||||||
|
"0A12-0001",
|
||||||
]
|
]
|
||||||
|
|
||||||
InputIDs = [
|
InputIDs = [
|
||||||
|
|||||||
@@ -349,7 +349,7 @@ class KextMaestro:
|
|||||||
selected_kexts.append("BrcmFirmwareData")
|
selected_kexts.append("BrcmFirmwareData")
|
||||||
elif usb_id in pci_data.IntelBluetoothIDs:
|
elif usb_id in pci_data.IntelBluetoothIDs:
|
||||||
selected_kexts.append("IntelBTPatcher")
|
selected_kexts.append("IntelBTPatcher")
|
||||||
elif usb_id in pci_data.BluetoothIDs:
|
elif usb_id in pci_data.BluetoothIDs[-1]:
|
||||||
selected_kexts.append("BlueToolFixup")
|
selected_kexts.append("BlueToolFixup")
|
||||||
|
|
||||||
if "Laptop" in hardware_report.get("Motherboard").get("Platform"):
|
if "Laptop" in hardware_report.get("Motherboard").get("Platform"):
|
||||||
|
|||||||
Reference in New Issue
Block a user