Add USB ID for Apple Broadcom Bluetooth

This commit is contained in:
Hoang Hong Quan
2025-03-04 09:44:10 +07:00
parent fbda45b149
commit 4c0b11f8f9
3 changed files with 35 additions and 5 deletions
+3 -3
View File
@@ -300,10 +300,10 @@ class CompatibilityChecker:
max_version = os_data.get_latest_darwin_version()
min_version = os_data.get_lowest_darwin_version()
if device_id in pci_data.BroadcomBluetoothIDs + pci_data.IntelBluetoothIDs + pci_data.BluetoothDongleIDs:
pass
elif device_id in pci_data.AtherosBluetoothIDs:
if device_id in pci_data.AtherosBluetoothIDs:
max_version = "20.99.99"
elif device_id in pci_data.BluetoothIDs:
pass
else:
max_version = min_version = None