Hi Jerry, On Fri, 28 Jun 2024 12:31:43 -0600, Jerry Hoemann wrote: > Update device type. > > Signed-off-by: Jerry Hoemann <jerry.hoem...@hpe.com> > --- > dmioem.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/dmioem.c b/dmioem.c > index 144bf3f..0d26748 100644 > --- a/dmioem.c > +++ b/dmioem.c > @@ -261,7 +261,8 @@ static void dmi_hp_203_devtyp(const char *fname, unsigned > int code) > "Dynamic Smart Array Controller", > "File", > "NVME Hard Drive", > - "NVDIMM" /* 0x11 */ > + "NVDIMM", /* 0x11 */ > + "Embedded GPU" > }; > > if (code < ARRAY_SIZE(type))
Applied, thanks. I changed the description to refer to Type 203 as this is the type actually being updated by your patch. -- Jean Delvare SUSE L3 Support