Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb0e7e11 authored by Marcin Obara's avatar Marcin Obara Committed by Linus Torvalds
Browse files

tpm: add Intel TPM TIS device HID



This patch adds Intel TPM TIS device HID:  ICO0102

Signed-off-by: default avatarMarcin Obara <marcin_obara@users.sourceforge.net>
Acked-by: default avatarMarcel Selhorst <tpm@selhorst.net>
Acked-by: default avatarRajiv Andrade <srajiv@linux.vnet.ibm.com>
Cc: <stable@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e5a5816f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -623,6 +623,7 @@ static struct pnp_device_id tpm_pnp_tbl[] __devinitdata = {
	{"IFX0102", 0},		/* Infineon */
	{"IFX0102", 0},		/* Infineon */
	{"BCM0101", 0},		/* Broadcom */
	{"BCM0101", 0},		/* Broadcom */
	{"NSC1200", 0},		/* National */
	{"NSC1200", 0},		/* National */
	{"ICO0102", 0},		/* Intel */
	/* Add new here */
	/* Add new here */
	{"", 0},		/* User Specified */
	{"", 0},		/* User Specified */
	{"", 0}			/* Terminator */
	{"", 0}			/* Terminator */