From ce5d390a38e19c03e27063da804513ef2841bbcf Mon Sep 17 00:00:00 2001 From: Paulo Date: Tue, 29 Apr 2025 17:26:41 -0300 Subject: [PATCH] Add Gigabyte NVIDIA 5070 Ti Aero OC --- .../GigabyteRGBFusion2BlackwellGPUControllerDetect.cpp | 1 + pci_ids/pci_ids.h | 1 + 2 files changed, 2 insertions(+) diff --git a/Controllers/GigabyteRGBFusion2BlackwellGPUController/GigabyteRGBFusion2BlackwellGPUControllerDetect.cpp b/Controllers/GigabyteRGBFusion2BlackwellGPUController/GigabyteRGBFusion2BlackwellGPUControllerDetect.cpp index 978216c9..455712bf 100644 --- a/Controllers/GigabyteRGBFusion2BlackwellGPUController/GigabyteRGBFusion2BlackwellGPUControllerDetect.cpp +++ b/Controllers/GigabyteRGBFusion2BlackwellGPUController/GigabyteRGBFusion2BlackwellGPUControllerDetect.cpp @@ -93,6 +93,7 @@ void DetectGigabyteRGBFusion2BlackwellGPUControllers(i2c_smbus_interface* bus, u \*-----------------------------------------*/ REGISTER_I2C_PCI_DETECTOR("Gigabyte GeForce RTX 5070 Ti Eagle OC", DetectGigabyteRGBFusion2BlackwellGPUControllers, NVIDIA_VEN, NVIDIA_RTX5070TI_DEV, GIGABYTE_SUB_VEN, GIGABYTE_RTX5070TI_EAGLE_OC_16G_SUB_DEV, 0x75); +REGISTER_I2C_PCI_DETECTOR("Gigabyte GeForce RTX 5070 Ti Aero OC", DetectGigabyteRGBFusion2BlackwellGPUControllers, NVIDIA_VEN, NVIDIA_RTX5070TI_DEV, GIGABYTE_SUB_VEN, GIGABYTE_RTX5070TI_AERO_OC_16G_SUB_DEV, 0x75); /*-----------------------------------------*\ | AMD GPUs | diff --git a/pci_ids/pci_ids.h b/pci_ids/pci_ids.h index fd58e312..3d887a37 100644 --- a/pci_ids/pci_ids.h +++ b/pci_ids/pci_ids.h @@ -667,6 +667,7 @@ #define GIGABYTE_AORUS_RTX4090_MASTER_24G_SUB_DEV 0x40C0 #define GIGABYTE_RX7800XT_GAMING_OC_16G_SUB_DEV 0x2413 #define GIGABYTE_RTX5070TI_EAGLE_OC_16G_SUB_DEV 0x4180 +#define GIGABYTE_RTX5070TI_AERO_OC_16G_SUB_DEV 0x417F #define GIGABYTE_AORUS_RTX5090_MASTER_32G_SUB_DEV 0x416E #define GIGABYTE_AORUS_RTX5090_MASTER_ICE_32G_SUB_DEV 0x4199 #define GIGABYTE_AORUS_RTX5090D_MASTER_32G_SUB_DEV 0x4188