Add USBToolBox kext

This commit is contained in:
Hoang Hong Quan
2025-10-21 22:39:25 +07:00
parent 44e7ff8843
commit 6f2a68de79
5 changed files with 24 additions and 20 deletions
+2
View File
@@ -181,6 +181,8 @@ class gatheringFiles:
product_name = "IntelBluetoothFirmware"
elif product_name.startswith("VoodooI2C"):
product_name = "VoodooI2C"
elif product_name == "UTBDefault":
product_name = "USBToolBox"
product_download_index = self.get_product_index(bootloader_kext_urls, product_name)
if product_download_index is None: