projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5a5816
)
tpm: add Intel TPM TIS device HID
author
Marcin Obara
<
[email protected]
>
Fri, 11 Jul 2008 00:30:42 +0000
(17:30 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 11 Jul 2008 01:04:43 +0000
(18:04 -0700)
This patch adds Intel TPM TIS device HID: ICO0102
Signed-off-by: Marcin Obara <
[email protected]
>
Acked-by: Marcel Selhorst <
[email protected]
>
Acked-by: Rajiv Andrade <
[email protected]
>
Cc: <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/char/tpm/tpm_tis.c
patch
|
blob
|
history
diff --git
a/drivers/char/tpm/tpm_tis.c
b/drivers/char/tpm/tpm_tis.c
index 13a4bdd4e4d67ff73535cd6b1cb4dece7e3aba65..c7a977bc03e81e2b1f38830c62b2034672065538 100644
(file)
--- a/
drivers/char/tpm/tpm_tis.c
+++ b/
drivers/char/tpm/tpm_tis.c
@@
-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 */