Update Broadcom device IDs

This commit is contained in:
Hoang Hong Quan
2025-11-16 22:26:18 +07:00
parent fda56c68b1
commit 6bb6863b7a
2 changed files with 27 additions and 2 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ class KextMaestro:
selected_kexts.append("BrcmFirmwareData")
elif usb_id in pci_data.IntelBluetoothIDs:
selected_kexts.append("IntelBTPatcher")
elif usb_id in pci_data.BluetoothIDs[-1]:
elif usb_id in pci_data.BluetoothIDs:
selected_kexts.append("BlueToolFixup")
if "Laptop" in hardware_report.get("Motherboard").get("Platform"):