Skip to content

Commit edb13d7

Browse files
ujfalusijarkkojs
authored andcommitted
tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11
Further restrict with DMI_PRODUCT_VERSION. Cc: [email protected] # v6.4+ Link: https://lore.kernel.org/linux-integrity/[email protected]/ Fixes: 95a9359 ("tpm: tpm_tis: Disable interrupts for AEON UPX-i11") Signed-off-by: Peter Ujfalusi <[email protected]> Reviewed-by: Jarkko Sakkinen <[email protected]> Signed-off-by: Jarkko Sakkinen <[email protected]>
1 parent f4032d6 commit edb13d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/char/tpm/tpm_tis.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ static const struct dmi_system_id tpm_tis_dmi_table[] = {
143143
.ident = "UPX-TGL",
144144
.matches = {
145145
DMI_MATCH(DMI_SYS_VENDOR, "AAEON"),
146+
DMI_MATCH(DMI_PRODUCT_VERSION, "UPX-TGL"),
146147
},
147148
},
148149
{}

0 commit comments

Comments
 (0)