diff --git a/Scripts/gathering_files.py b/Scripts/gathering_files.py index 02d6976..2a890f0 100644 --- a/Scripts/gathering_files.py +++ b/Scripts/gathering_files.py @@ -175,6 +175,8 @@ class gatheringFiles: product_name = "VoodooPS2" elif product_name == "BlueToolFixup" or product_name.startswith("Brcm"): product_name = "BrcmPatchRAM" + elif product_name.startswith("Ath3kBT"): + product_name = "Ath3kBT" elif product_name.startswith("IntelB"): product_name = "IntelBluetoothFirmware" elif product_name.startswith("VoodooI2C"):