The interrupt storm detection code detects the issue on the ThinkPad
T490s, but the L490 still hangs at initialization. So swap out the
T490s for the L490 in the dmi check.

Cc: Jarkko Sakkinen <jar...@kernel.org>
Cc: Jason Gunthorpe <j...@ziepe.ca>
Cc: Peter Huewe <peterhu...@gmx.de>
Cc: James Bottomley <james.bottom...@hansenpartnership.com>
Cc: Matthew Garrett <mj...@google.com>
Cc: Hans de Goede <hdego...@redhat.com>
Signed-off-by: Jerry Snitselaar <jsnit...@redhat.com>
---
 drivers/char/tpm/tpm_tis.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/char/tpm/tpm_tis.c b/drivers/char/tpm/tpm_tis.c
index 4ed6e660273a..7322e0986a83 100644
--- a/drivers/char/tpm/tpm_tis.c
+++ b/drivers/char/tpm/tpm_tis.c
@@ -77,10 +77,10 @@ static int tpm_tis_disable_irq(const struct dmi_system_id 
*d)
 static const struct dmi_system_id tpm_tis_dmi_table[] = {
        {
                .callback = tpm_tis_disable_irq,
-               .ident = "ThinkPad T490s",
+               .ident = "ThinkPad L490",
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
-                       DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T490s"),
+                       DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad L490"),
                },
        },
        {}
-- 
2.27.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to