From: Rajiv Andrade Date: Thu, 24 Sep 2009 19:27:46 +0000 (-0300) Subject: TPM: increase default TPM buffer X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=7f366784f5c2b8fc0658b5b374f4c63ee42c789f;p=linux-edison.git 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 Signed-off-by: James Morris --- diff --git a/drivers/char/tpm/tpm.c b/drivers/char/tpm/tpm.c index b0603b2e568..f4c68abf2a1 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, };