From b7c50bc7453f796eb65d5cf7924e1d185332b432 Mon Sep 17 00:00:00 2001 From: Joel Rebello Date: Wed, 20 Sep 2023 06:21:39 +0200 Subject: [PATCH] providers/supermicro: list other x11 hardware models supported --- providers/supermicro/firmware.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/providers/supermicro/firmware.go b/providers/supermicro/firmware.go index 4e94ba97..2d8e5ec6 100644 --- a/providers/supermicro/firmware.go +++ b/providers/supermicro/firmware.go @@ -78,6 +78,11 @@ func (c *Client) deviceSupported(ctx context.Context) error { supported := []string{ "X11SCM-F", "X11DPH-T", + "X11SCH-F", + "X11DGQ", + "X11DPG-SN", + "X11DPT-B", + "X11SSE-F", } data, err := c.fruInfo(ctx)