Gitweb: http://git.kernel.org/linus/7f366784f5c2b8fc0658b5b374f4c63ee42c789f Commit: 7f366784f5c2b8fc0658b5b374f4c63ee42c789f Parent: 86d710146fb9975f04c505ec78caa43d227c1018 Author: Rajiv Andrade <srajiv@linux.vnet.ibm.com> AuthorDate: Thu Sep 24 16:27:46 2009 -0300 Committer: James Morris <jmorris@namei.org> CommitDate: Thu Sep 24 13:47:12 2009 -0700 TPM: increase default TPM buffer The TPM Working Group requested this communication buffer increase given that a particular TPM vendor can support a TPM_SHA1Start command input bigger than the current size. Signed-off-by: Rajiv Andrade <srajiv@linux.vnet.ibm.com> Signed-off-by: James Morris <jmorris@namei.org> --- drivers/char/tpm/tpm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/char/tpm/tpm.c b/drivers/char/tpm/tpm.c index b0603b2..f4c68ab 100644 --- a/drivers/char/tpm/tpm.c +++ b/drivers/char/tpm/tpm.c @@ -31,7 +31,7 @@ enum tpm_const { TPM_MINOR = 224, /* officially assigned */ - TPM_BUFSIZE = 2048, + TPM_BUFSIZE = 4096, TPM_NUM_DEVICES = 256, }; -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
