From c5a337f389ac91760d97fe8548bf748060d2ced2 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 26 Jan 2022 03:16:40 +1100 Subject: [PATCH] Initial commit for the ASUS TUF 3060 O12G V2 Gaming GPU to resolve #2158 + Add id to pci_ids.h + Register detector in ENESMBusControllerDetect.cpp --- Controllers/ENESMBusController/ENESMBusControllerDetect.cpp | 1 + pci_ids/pci_ids.h | 1 + 2 files changed, 2 insertions(+) diff --git a/Controllers/ENESMBusController/ENESMBusControllerDetect.cpp b/Controllers/ENESMBusController/ENESMBusControllerDetect.cpp index 5ce567be..465afabb 100644 --- a/Controllers/ENESMBusController/ENESMBusControllerDetect.cpp +++ b/Controllers/ENESMBusController/ENESMBusControllerDetect.cpp @@ -87,6 +87,7 @@ typedef struct static const gpu_pci_device device_list[] = { { NVIDIA_VEN, NVIDIA_RTX3060_DEV, ASUS_SUB_VEN, ASUS_KO_RTX_3060_OC_O12G_GAMING, 0x67, "ASUS KO RTX 3060 OC O12G GAMING" }, + { NVIDIA_VEN, NVIDIA_RTX3060_LHR_DEV, ASUS_SUB_VEN, ASUS_TUF_RTX_3060_O12G_LHR_GAMING, 0x67, "ASUS TUF 3060 O12G V2 GAMING" }, { NVIDIA_VEN, NVIDIA_RTX3060_DEV, ASUS_SUB_VEN, ASUS_ROG_STRIX_RTX_3060_O12G_GAMING, 0x67, "ASUS ROG STRIX 3060 O12G GAMING" }, { NVIDIA_VEN, NVIDIA_RTX3060_LHR_DEV, ASUS_SUB_VEN, ASUS_ROG_STRIX_RTX_3060_O12G_LHR_GAMING, 0x67, "ASUS ROG STRIX 3060 O12G V2 GAMING" }, { NVIDIA_VEN, NVIDIA_RTX3060TI_LHR_DEV, ASUS_SUB_VEN, ASUS_KO_RTX3060TI_O8G_V2_GAMING, 0x67, "ASUS KO RTX 3060Ti O8G V2 GAMING" }, diff --git a/pci_ids/pci_ids.h b/pci_ids/pci_ids.h index d979f976..f8e52999 100644 --- a/pci_ids/pci_ids.h +++ b/pci_ids/pci_ids.h @@ -148,6 +148,7 @@ #define ASUS_ROG_STRIX_RTX2080TI_O11G_GAMING 0x866A #define ASUS_KO_RTX_3060_OC_O12G_GAMING 0x87FB #define ASUS_ROG_STRIX_RTX_3060_O12G_GAMING 0x87F3 +#define ASUS_TUF_RTX_3060_O12G_LHR_GAMING 0x8816 #define ASUS_ROG_STRIX_RTX_3060_O12G_LHR_GAMING 0x8818 #define ASUS_KO_RTX3060TI_O8G_V2_GAMING 0x883E #define ASUS_TUF_RTX_3060_TI_O8G_OC 0x87C6