From 67ddb619c70df146d0bb15f47ae6fa6db43edc94 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Tue, 7 Dec 2021 19:14:56 -0700 Subject: [PATCH] Add 5k Display Data set --- data/smbios_data.py | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/data/smbios_data.py b/data/smbios_data.py index a804c9473..c3ef68851 100644 --- a/data/smbios_data.py +++ b/data/smbios_data.py @@ -2210,6 +2210,7 @@ smbios_dictionary = { "Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC, "Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2, "Ethernet Chipset": "Broadcom", + "5K Display": True, "Stock GPUs": [ device_probe.Intel.Archs.Haswell, device_probe.AMD.Archs.Legacy_GCN_7000, @@ -2228,6 +2229,7 @@ smbios_dictionary = { "Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC, "Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2, "Ethernet Chipset": "Broadcom", + "5K Display": True, "Stock GPUs": [ device_probe.Intel.Archs.Haswell, device_probe.AMD.Archs.Legacy_GCN_7000, @@ -2280,6 +2282,7 @@ smbios_dictionary = { "Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC, "Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2, "Ethernet Chipset": "Broadcom", + "5K Display": True, "Stock GPUs": [ device_probe.Intel.Archs.Skylake, device_probe.AMD.Archs.Legacy_GCN_9000, @@ -2298,6 +2301,7 @@ smbios_dictionary = { "Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC, "Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2, "Ethernet Chipset": "Broadcom", + "5K Display": True, "Stock GPUs": [ device_probe.Intel.Archs.Skylake, device_probe.AMD.Archs.Legacy_GCN_9000, @@ -2316,6 +2320,7 @@ smbios_dictionary = { "Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC, "Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20702_v2, "Ethernet Chipset": "Broadcom", + "5K Display": True, "Stock GPUs": [ device_probe.Intel.Archs.Skylake, device_probe.AMD.Archs.Legacy_GCN_9000, @@ -2369,6 +2374,7 @@ smbios_dictionary = { "Wireless Model": device_probe.Broadcom.Chipsets.AirportBrcmNIC, "Bluetooth Model": bluetooth_data.bluetooth_data.BRCM20703, "Ethernet Chipset": "Broadcom", + "5K Display": True, "Stock GPUs": [ device_probe.Intel.Archs.Kaby_Lake, device_probe.AMD.Archs.Polaris, @@ -2387,6 +2393,7 @@ smbios_dictionary = { "Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe, "Bluetooth Model": bluetooth_data.bluetooth_data.UART, "Ethernet Chipset": "Broadcom", + "5K Display": True, "Stock GPUs": [ device_probe.Intel.Archs.Coffee_Lake, device_probe.AMD.Archs.Polaris, @@ -2407,6 +2414,7 @@ smbios_dictionary = { "Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe, "Bluetooth Model": bluetooth_data.bluetooth_data.UART, "Ethernet Chipset": "Broadcom", + "5K Display": True, "Stock GPUs": [ device_probe.Intel.Archs.Coffee_Lake, device_probe.AMD.Archs.Polaris, @@ -2445,6 +2453,7 @@ smbios_dictionary = { "Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe, "Bluetooth Model": bluetooth_data.bluetooth_data.UART, "Ethernet Chipset": "Broadcom", + "5K Display": True, "Stock GPUs": [ device_probe.Intel.Archs.Comet_Lake, device_probe.AMD.Archs.Navi, @@ -2462,6 +2471,7 @@ smbios_dictionary = { "Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe, "Bluetooth Model": bluetooth_data.bluetooth_data.UART, "Ethernet Chipset": "Broadcom", + "5K Display": True, "Stock GPUs": [ device_probe.Intel.Archs.Comet_Lake, device_probe.AMD.Archs.Navi, @@ -2506,7 +2516,8 @@ smbios_dictionary = { "Max OS Supported": os_data.os_data.max_os, "Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe, "Bluetooth Model": bluetooth_data.bluetooth_data.UART, - "Ethernet Chipset": "Broadcom", + "Ethernet Chipset": "Aquantia", + "5K Display": True, "Stock GPUs": [ device_probe.AMD.Archs.Vega, ], @@ -2624,7 +2635,7 @@ smbios_dictionary = { "Max OS Supported": os_data.os_data.max_os, "Wireless Model": device_probe.Broadcom.Chipsets.AppleBCMWLANBusInterfacePCIe, "Bluetooth Model": bluetooth_data.bluetooth_data.UART, - "Ethernet Chipset": "Broadcom", + "Ethernet Chipset": "Aquantia", "Stock GPUs": [ device_probe.AMD.Archs.Polaris, device_probe.AMD.Archs.Vega,