Skip to content

Commit 0b15afc

Browse files
tiwaijarkkojs
authored andcommitted
tpm/tpm_tis: Disable interrupts for TUXEDO InfinityBook S 15/17 Gen7
TUXEDO InfinityBook S 15/17 Gen7 suffers from an IRQ problem on tpm_tis like a few other laptops. Add an entry for the workaround. Cc: [email protected] Fixes: e644b2f ("tpm, tpm_tis: Enable interrupt test") Link: https://bugzilla.suse.com/show_bug.cgi?id=1213645 Signed-off-by: Takashi Iwai <[email protected]> Acked-by: Jarkko Sakkinen <[email protected]> Signed-off-by: Jarkko Sakkinen <[email protected]>
1 parent a027b2e commit 0b15afc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/char/tpm/tpm_tis.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,14 @@ static const struct dmi_system_id tpm_tis_dmi_table[] = {
162162
DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad L590"),
163163
},
164164
},
165+
{
166+
.callback = tpm_tis_disable_irq,
167+
.ident = "TUXEDO InfinityBook S 15/17 Gen7",
168+
.matches = {
169+
DMI_MATCH(DMI_SYS_VENDOR, "TUXEDO"),
170+
DMI_MATCH(DMI_PRODUCT_NAME, "TUXEDO InfinityBook S 15/17 Gen7"),
171+
},
172+
},
165173
{
166174
.callback = tpm_tis_disable_irq,
167175
.ident = "UPX-TGL",

0 commit comments

Comments
 (0)