diff --git a/providers/supermicro/firmware.go b/providers/supermicro/firmware.go index 4e94ba97..b3f71bac 100644 --- a/providers/supermicro/firmware.go +++ b/providers/supermicro/firmware.go @@ -78,6 +78,7 @@ func (c *Client) deviceSupported(ctx context.Context) error { supported := []string{ "X11SCM-F", "X11DPH-T", + "X11SCH-F", } data, err := c.fruInfo(ctx)