diff options
-rw-r--r-- | host/arch/x86/lib/crossystem_arch.c | 3 |
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 85c5c6b2..675a9cdc 100644 --- a/host/arch/x86/lib/crossystem_arch.c +++ b/host/arch/x86/lib/crossystem_arch.c @@ -553,7 +553,8 @@ static int ReadGpio(int signal_type) { return -1; if ((0 != strcmp(controller_name, "NM10")) && (0 != strcmp(controller_name, "CougarPoint")) && - (0 != strcmp(controller_name, "PantherPoint"))) + (0 != strcmp(controller_name, "PantherPoint")) && + (0 != strcmp(controller_name, "LynxPoint"))) return -1; /* Modify GPIO number by driver's offset */ |