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

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
......@@ -623,6 +623,7 @@ static struct pnp_device_id tpm_pnp_tbl[] __devinitdata = {
{"IFX0102", 0}, /* Infineon */
{"BCM0101", 0}, /* Broadcom */
{"NSC1200", 0}, /* National */
{"ICO0102", 0}, /* Intel */
/* Add new here */
{"", 0}, /* User Specified */
{"", 0} /* Terminator */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment