From 20e08d4dff153950077c095c440c24fe3d5db701 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Tue, 27 Sep 2022 11:50:32 -0600 Subject: [PATCH] symbios_data.py: Fix GPU data set --- data/smbios_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/smbios_data.py b/data/smbios_data.py index 273e4e012..e6eba4c99 100644 --- a/data/smbios_data.py +++ b/data/smbios_data.py @@ -1014,7 +1014,7 @@ smbios_dictionary = { "Screen Size": 13, "Ethernet Chipset": "Broadcom", "Stock GPUs": [ - device_probe.NVIDIA.Archs.Kepler + device_probe.Intel.Archs.Ivy_Bridge, ], "Stock Storage": [ "SATA 2.5", @@ -1050,7 +1050,7 @@ smbios_dictionary = { "Screen Size": 13, "Ethernet Chipset": None, "Stock GPUs": [ - device_probe.NVIDIA.Archs.Kepler + device_probe.Intel.Archs.Ivy_Bridge, ], "Stock Storage": [ "mSATA",