From: Kylene Jo Hall Date: Fri, 26 May 2006 01:44:27 +0000 (-0700) Subject: [PATCH] tpm: fix bug for TPM on ThinkPad T60 and Z60 X-Git-Tag: v2.6.17-rc6~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=087377a4307e18225f6452af5e71fe763c088c4e;p=pandora-kernel.git [PATCH] tpm: fix bug for TPM on ThinkPad T60 and Z60 The TPM chip on the ThinkPad T60 and Z60 machines is returning 0xFFFF for the vendor ID which is a check the driver made to double check it was actually talking to the memory mapped space of a TPM. This patch removes the check since it isn't absolutely necessary and was causing device discovery to fail on these machines. Signed-off-by: Kylene Hall Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed