From 3ecd1eaaf117753da50274a0a84059a4b2b56b9b Mon Sep 17 00:00:00 2001 From: Erik Olofsson Date: Thu, 27 Mar 2025 23:24:29 +0100 Subject: [PATCH] Add Asus ROG Astral LC RTX 5090 OC --- 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 e5748454..946a42cc 100644 --- a/Controllers/ENESMBusController/ENESMBusControllerDetect.cpp +++ b/Controllers/ENESMBusController/ENESMBusControllerDetect.cpp @@ -467,6 +467,7 @@ REGISTER_I2C_PCI_DETECTOR("ASUS ROG MATRIX PLATINUM GeForce RTX 4090", REGISTER_I2C_PCI_DETECTOR("ASUS TUF GeForce RTX 5070 Ti Gaming OC", DetectENESMBusGPUControllers, NVIDIA_VEN, NVIDIA_RTX5070TI_DEV, ASUS_SUB_VEN, ASUS_TUF_RTX_5070TI_O16G_GAMING, 0x67); REGISTER_I2C_PCI_DETECTOR("ASUS ROG ASTRAL GeForce RTX 5080 OC", DetectENESMBusGPUControllers, NVIDIA_VEN, NVIDIA_RTX5080_DEV, ASUS_SUB_VEN, ASUS_ROG_ASTRAL_RTX_5080_O16G_GAMING, 0x67); REGISTER_I2C_PCI_DETECTOR("ASUS ROG ASTRAL GeForce RTX 5090 OC", DetectENESMBusGPUControllers, NVIDIA_VEN, NVIDIA_RTX5090_DEV, ASUS_SUB_VEN, ASUS_ROG_ASTRAL_RTX_5090_O32G_GAMING, 0x67); +REGISTER_I2C_PCI_DETECTOR("ASUS ROG ASTRAL LC GeForce RTX 5090 OC", DetectENESMBusGPUControllers, NVIDIA_VEN, NVIDIA_RTX5090_DEV, ASUS_SUB_VEN, ASUS_ROG_ASTRAL_LC_RTX_5090_O32G_GAMING, 0x67); /*-----------------------------------------*\ | AMD GPUs | diff --git a/pci_ids/pci_ids.h b/pci_ids/pci_ids.h index 6336d483..b18a2ef6 100644 --- a/pci_ids/pci_ids.h +++ b/pci_ids/pci_ids.h @@ -344,6 +344,7 @@ #define ASUS_TUF_RTX_5070TI_O16G_GAMING 0x89F4 #define ASUS_ROG_ASTRAL_RTX_5080_O16G_GAMING 0x89DE #define ASUS_ROG_ASTRAL_RTX_5090_O32G_GAMING 0x89E3 +#define ASUS_ROG_ASTRAL_LC_RTX_5090_O32G_GAMING 0x89EC #define ASUS_AREZ_STRIX_VEGA56_08G_GAMING 0x0555 #define ASUS_VEGA64_STRIX 0x04C4 #define ASUS_RX470_STRIX_O4G_GAMING 0x04B0