2008-06-28 17:24:51

by Marcin Obara

[permalink] [raw]
Subject: [PATCH] tpm: add Intel TPM TIS device HID

This patch adds Intel TPM TIS device HID : ICO0102

Signed-off-by: Marcin Obara <[email protected]>

--- linux_tpm/drivers/char/tpm/tpm_tis.c 2008-06-05 20:51:13.000000000 +0200
+++ linux_intel/drivers/char/tpm/tpm_tis.c 2008-06-25 06:31:39.000000000 +0200
@@ -623,6 +623,7 @@ static struct pnp_device_id tpm_pnp_tbl[
{"IFX0102", 0}, /* Infineon */
{"BCM0101", 0}, /* Broadcom */
{"NSC1200", 0}, /* National */
+ {"ICO0102", 0}, /* Intel */
/* Add new here */
{"", 0}, /* User Specified */
{"", 0} /* Terminator */


2008-07-02 09:08:56

by Marcel Selhorst

[permalink] [raw]
Subject: Re: [PATCH] tpm: add Intel TPM TIS device HID

Acked-by: Marcel Selhorst <[email protected]>

Marcin Obara schrieb:
> This patch adds Intel TPM TIS device HID : ICO0102
>
> Signed-off-by: Marcin Obara <[email protected]>
>
> --- linux_tpm/drivers/char/tpm/tpm_tis.c 2008-06-05 20:51:13.000000000 +0200
> +++ linux_intel/drivers/char/tpm/tpm_tis.c 2008-06-25 06:31:39.000000000 +0200
> @@ -623,6 +623,7 @@ static struct pnp_device_id tpm_pnp_tbl[
> {"IFX0102", 0}, /* Infineon */
> {"BCM0101", 0}, /* Broadcom */
> {"NSC1200", 0}, /* National */
> + {"ICO0102", 0}, /* Intel */
> /* Add new here */
> {"", 0}, /* User Specified */
> {"", 0} /* Terminator */
>

2008-07-10 00:33:26

by Rajiv Andrade

[permalink] [raw]
Subject: Re: [PATCH] tpm: add Intel TPM TIS device HID

Acked-by: Rajiv Andrade <[email protected]>

On Wed, 2008-07-02 at 11:03 +0200, Marcel Selhorst wrote:
> Acked-by: Marcel Selhorst <[email protected]>
>
> Marcin Obara schrieb:
> > This patch adds Intel TPM TIS device HID : ICO0102
> >
> > Signed-off-by: Marcin Obara <[email protected]>
> >
> > --- linux_tpm/drivers/char/tpm/tpm_tis.c 2008-06-05 20:51:13.000000000 +0200
> > +++ linux_intel/drivers/char/tpm/tpm_tis.c 2008-06-25 06:31:39.000000000 +0200
> > @@ -623,6 +623,7 @@ static struct pnp_device_id tpm_pnp_tbl[
> > {"IFX0102", 0}, /* Infineon */
> > {"BCM0101", 0}, /* Broadcom */
> > {"NSC1200", 0}, /* National */
> > + {"ICO0102", 0}, /* Intel */
> > /* Add new here */
> > {"", 0}, /* User Specified */
> > {"", 0} /* Terminator */
> >
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/