The patch titled tpm: add Intel TPM TIS device HID has been added to the -mm tree. Its filename is tpm-add-intel-tpm-tis-device-hid.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: tpm: add Intel TPM TIS device HID From: Marcin Obara <marcin_obara@xxxxxxxxxxxxxxxxxxxxx> This patch adds Intel TPM TIS device HID: ICO0102 Signed-off-by: Marcin Obara <marcin_obara@xxxxxxxxxxxxxxxxxxxxx> Acked-by: Marcel Selhorst <tpm@xxxxxxxxxxxx> Acked-by: Rajiv Andrade <srajiv@xxxxxxxxxxxxxxxxxx> Cc: <stable@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/char/tpm/tpm_tis.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/char/tpm/tpm_tis.c~tpm-add-intel-tpm-tis-device-hid drivers/char/tpm/tpm_tis.c --- a/drivers/char/tpm/tpm_tis.c~tpm-add-intel-tpm-tis-device-hid +++ a/drivers/char/tpm/tpm_tis.c @@ -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 */ _ Patches currently in -mm which might be from marcin_obara@xxxxxxxxxxxxxxxxxxxxx are tpm-correct-tpm-timeouts-to-jiffies-conversion.patch tpm-increase-size-of-internal-tpm-response-buffers.patch tpm-increase-size-of-internal-tpm-response-buffers-checkpatch-fixes.patch tpm-add-intel-tpm-tis-device-hid.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html