On Fri, 28 Jun 2024 12:31:44 -0600, Jerry Hoemann wrote: > Update Chip Identifier. > > Signed-off-by: Jerry Hoemann <jerry.hoem...@hpe.com> > --- > dmioem.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/dmioem.c b/dmioem.c > index 0d26748..07040d5 100644 > --- a/dmioem.c > +++ b/dmioem.c > @@ -546,6 +546,7 @@ static void dmi_hp_224_chipid(u16 code) > "Nationz TPM", > "STMicroGen10 Plus TPM", > "STMicroGen11 TPM", /* 0x05 */ > + "STMicroGen12 TPM", > }; > if ((code & 0xff) < ARRAY_SIZE(chipid)) > str = chipid[code & 0xff];
Applied, thanks. I changed the description to refer to Type 224 as this is the type actually being updated by your patch. -- Jean Delvare SUSE L3 Support