From 72482d4ff973b07e4bcd35d31e5641b88228a74d Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sat, 4 Apr 2020 20:48:16 -0500 Subject: [PATCH] Remove 0x66 from the Aura motherboard list as it is also in the Aura RAM list and gets double-detected if it exists --- .../AuraSMBusController/AuraSMBusControllerDetect.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Controllers/AuraSMBusController/AuraSMBusControllerDetect.cpp b/Controllers/AuraSMBusController/AuraSMBusControllerDetect.cpp index e76ecc25..7988d4da 100644 --- a/Controllers/AuraSMBusController/AuraSMBusControllerDetect.cpp +++ b/Controllers/AuraSMBusController/AuraSMBusControllerDetect.cpp @@ -51,14 +51,13 @@ static const unsigned char aura_ram_addresses[] = /*---------------------------------------------------------------------------------*\ | This list contains the available SMBus addresses for mapping Aura motherboards | \*---------------------------------------------------------------------------------*/ -#define AURA_MOBO_ADDRESS_COUNT 4 +#define AURA_MOBO_ADDRESS_COUNT 3 static const unsigned char aura_mobo_addresses[] = { 0x40, 0x4E, - 0x4F, - 0x66 + 0x4F }; /******************************************************************************************\