summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--host/arch/x86/lib/crossystem_arch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/arch/x86/lib/crossystem_arch.c b/host/arch/x86/lib/crossystem_arch.c
index 6ef9063e..2d4a79bb 100644
--- a/host/arch/x86/lib/crossystem_arch.c
+++ b/host/arch/x86/lib/crossystem_arch.c
@@ -561,7 +561,8 @@ static int ReadGpio(int signal_type) {
if (!ReadFileString(controller_name, sizeof(controller_name), name))
return -1;
if ((0 != strcmp(controller_name, "NM10")) &&
- (0 != strcmp(controller_name, "CougarPoint")))
+ (0 != strcmp(controller_name, "CougarPoint")) &&
+ (0 != strcmp(controller_name, "PantherPoint")))
return -1;
/* Modify GPIO number by driver's offset */