smbios_data.py: Update Bluetooth defaults

2011 MacBook Air and Mac minis natively shipped with Bluetooth 4.0 modules:
https://everymac.com/systems/by_capability/macs-with-bluetooth-different-bluetooth-capabilities.html

This commit does not affect on-model building, as hardware detection is still enforced
This commit is contained in:
Mykola Grymalyuk
2022-05-17 11:45:45 -06:00
parent 15026d8c42
commit 8981cad20d
2 changed files with 31 additions and 31 deletions

View File

@@ -25,7 +25,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.yonah.value,
"Max OS Supported": os_data.os_data.snow_leopard,
"Wireless Model": device_probe.Atheros.Chipsets.AirPortAtheros40,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2045,
"Bluetooth Model": bluetooth_data.bluetooth_data.APPLE_CSR,
"Screen Size": 13,
"UGA Graphics": True,
"Ethernet Chipset": "Marvell",
@@ -45,7 +45,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.conroe.value,
"Max OS Supported": os_data.os_data.lion,
"Wireless Model": device_probe.Atheros.Chipsets.AirPortAtheros40,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2045,
"Bluetooth Model": bluetooth_data.bluetooth_data.APPLE_CSR,
"Screen Size": 13,
"UGA Graphics": True,
"Ethernet Chipset": "Marvell",
@@ -65,7 +65,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.conroe.value,
"Max OS Supported": os_data.os_data.lion,
"Wireless Model": device_probe.Broadcom.Chipsets.AirPortBrcm43224,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2045,
"Bluetooth Model": bluetooth_data.bluetooth_data.APPLE_CSR,
"Screen Size": 13,
"UGA Graphics": True,
"Ethernet Chipset": "Marvell",
@@ -335,7 +335,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.sandy_bridge.value,
"Max OS Supported": os_data.os_data.high_sierra,
"Wireless Model": device_probe.Broadcom.Chipsets.AirPortBrcm4360,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2070,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v1,
"Screen Size": 11,
"Ethernet Chipset": "Broadcom", # Set for Apple Thunderbolt Adapter
"Stock GPUs": [
@@ -352,7 +352,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.sandy_bridge.value,
"Max OS Supported": os_data.os_data.high_sierra,
"Wireless Model": device_probe.Broadcom.Chipsets.AirPortBrcm4360,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2070,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v1,
"Screen Size": 13,
"Ethernet Chipset": "Broadcom", # Set for Apple Thunderbolt Adapter
"Stock GPUs": [
@@ -591,7 +591,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.yonah.value,
"Max OS Supported": os_data.os_data.snow_leopard,
"Wireless Model": device_probe.Atheros.Chipsets.AirPortAtheros40,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2045,
"Bluetooth Model": bluetooth_data.bluetooth_data.APPLE_CSR,
"Screen Size": 15,
"UGA Graphics": True,
"Ethernet Chipset": "Marvell",
@@ -610,7 +610,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.yonah.value,
"Max OS Supported": os_data.os_data.snow_leopard,
"Wireless Model": device_probe.Atheros.Chipsets.AirPortAtheros40,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2045,
"Bluetooth Model": bluetooth_data.bluetooth_data.APPLE_CSR,
"Screen Size": 17,
"UGA Graphics": True,
"Ethernet Chipset": "Marvell",
@@ -629,7 +629,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.conroe.value,
"Max OS Supported": os_data.os_data.lion,
"Wireless Model": device_probe.Atheros.Chipsets.AirPortAtheros40,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2045,
"Bluetooth Model": bluetooth_data.bluetooth_data.APPLE_CSR,
"Screen Size": 17,
"UGA Graphics": True,
"Ethernet Chipset": "Marvell",
@@ -648,7 +648,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.conroe.value,
"Max OS Supported": os_data.os_data.lion,
"Wireless Model": device_probe.Atheros.Chipsets.AirPortAtheros40,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2045,
"Bluetooth Model": bluetooth_data.bluetooth_data.APPLE_CSR,
"Screen Size": 15,
"UGA Graphics": True,
"Ethernet Chipset": "Marvell",
@@ -667,7 +667,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.conroe.value,
"Max OS Supported": os_data.os_data.el_capitan,
"Wireless Model": device_probe.Atheros.Chipsets.AirPortAtheros40,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2045,
"Bluetooth Model": bluetooth_data.bluetooth_data.APPLE_CSR,
"Screen Size": 15, # Shipped with 17 as well
"UGA Graphics": True,
"Ethernet Chipset": "Marvell",
@@ -686,7 +686,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.conroe.value,
"Max OS Supported": os_data.os_data.el_capitan,
"Wireless Model": device_probe.Atheros.Chipsets.AirPortAtheros40,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2045,
"Bluetooth Model": bluetooth_data.bluetooth_data.APPLE_CSR,
"Screen Size": 15, # Shipped with 17 as well
"UGA Graphics": True,
"Ethernet Chipset": "Marvell",
@@ -1493,7 +1493,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.yonah.value,
"Max OS Supported": os_data.os_data.snow_leopard,
"Wireless Model": device_probe.Atheros.Chipsets.AirPortAtheros40,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2045,
"Bluetooth Model": bluetooth_data.bluetooth_data.APPLE_CSR,
"Ethernet Chipset": "Marvell",
"Stock GPUs": [
device_probe.Intel.Archs.GMA_950
@@ -1510,7 +1510,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.conroe.value,
"Max OS Supported": os_data.os_data.lion,
"Wireless Model": device_probe.Atheros.Chipsets.AirPortAtheros40,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2045,
"Bluetooth Model": bluetooth_data.bluetooth_data.APPLE_CSR,
"Ethernet Chipset": "Marvell",
"Stock GPUs": [
device_probe.Intel.Archs.GMA_950
@@ -1561,7 +1561,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.sandy_bridge.value,
"Max OS Supported": os_data.os_data.high_sierra,
"Wireless Model": device_probe.Broadcom.Chipsets.AirPortBrcm4360,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2070,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v1,
"Ethernet Chipset": "Broadcom",
"Stock GPUs": [
device_probe.Intel.Archs.Sandy_Bridge
@@ -1577,7 +1577,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.sandy_bridge.value,
"Max OS Supported": os_data.os_data.high_sierra,
"Wireless Model": device_probe.Broadcom.Chipsets.AirPortBrcm4360,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2070,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v1,
"Ethernet Chipset": "Broadcom",
"Stock GPUs": [
device_probe.Intel.Archs.Sandy_Bridge,
@@ -1594,7 +1594,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.sandy_bridge.value,
"Max OS Supported": os_data.os_data.high_sierra,
"Wireless Model": device_probe.Broadcom.Chipsets.AirPortBrcm4360,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2070,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v1,
"Ethernet Chipset": "Broadcom",
"Stock GPUs": [
device_probe.Intel.Archs.Sandy_Bridge,
@@ -1689,7 +1689,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.yonah.value,
"Max OS Supported": os_data.os_data.snow_leopard,
"Wireless Model": device_probe.Atheros.Chipsets.AirPortAtheros40,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2045,
"Bluetooth Model": bluetooth_data.bluetooth_data.APPLE_CSR,
"UGA Graphics": True,
"Ethernet Chipset": "Marvell",
"Legacy iSight": True,
@@ -1708,7 +1708,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.yonah.value,
"Max OS Supported": os_data.os_data.snow_leopard,
"Wireless Model": device_probe.Atheros.Chipsets.AirPortAtheros40,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2045,
"Bluetooth Model": bluetooth_data.bluetooth_data.APPLE_CSR,
"UGA Graphics": True,
"Ethernet Chipset": "Marvell",
"Legacy iSight": True,
@@ -2546,7 +2546,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.conroe.value,
"Max OS Supported": os_data.os_data.lion,
"Wireless Model": None,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2045,
"Bluetooth Model": bluetooth_data.bluetooth_data.APPLE_CSR,
"UGA Graphics": True,
"Ethernet Chipset": "Intel 80003ES2LAN",
"Socketed GPUs": "PCIe",
@@ -2565,7 +2565,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.conroe.value,
"Max OS Supported": os_data.os_data.lion,
"Wireless Model": None,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2045,
"Bluetooth Model": bluetooth_data.bluetooth_data.APPLE_CSR,
"UGA Graphics": True,
"Ethernet Chipset": "Intel 80003ES2LAN",
"Socketed GPUs": "PCIe",
@@ -2584,7 +2584,7 @@ smbios_dictionary = {
"CPU Generation": cpu_data.cpu_data.penryn.value,
"Max OS Supported": os_data.os_data.el_capitan,
"Wireless Model": device_probe.Broadcom.Chipsets.AirPortBrcm43224,
"Bluetooth Model": bluetooth_data.bluetooth_data.BRCM2045,
"Bluetooth Model": bluetooth_data.bluetooth_data.APPLE_CSR,
"UGA Graphics": True,
"Ethernet Chipset": "Intel 80003ES2LAN",
"Socketed GPUs": "PCIe",