From d47770cef1c294dded47d40bc1416a0cb7691c30 Mon Sep 17 00:00:00 2001 From: Olivier FAURAX Date: Tue, 18 Feb 2025 09:50:56 +0000 Subject: [PATCH] constants: enlist x11dgq --- constants.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constants.go b/constants.go index 2d7a710..64e3f8e 100644 --- a/constants.go +++ b/constants.go @@ -232,6 +232,8 @@ func SupermicroModelFromBoardID(id string) string { return "x11ssl-f" case "0x1b09": // 15d9:1b09 is the Q370 Chipset LPC/eSPI Controller on the board return "x11scz-f" + case "0x1c3a": + return "x11dgq" default: return "" }