From ce5c53420c5037aef3e498736b3cfdd9319a7f43 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 18 Feb 2015 11:00:22 +0100 Subject: [PATCH] Fix the pin number for TCD3 TCD3 is the touchscreen reset pin, fix the pin definition so that the touchscreen can be resetted properly. --- dsdt.dsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsdt.dsl b/dsdt.dsl index 2c7222b..dd45412 100644 --- a/dsdt.dsl +++ b/dsdt.dsl @@ -6368,7 +6368,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) "\\_SB.GPO1", 0x00, ResourceConsumer, , ) { // Pin list - 0x001A + 0x0009 } ), TCD3, 1 @@ -11917,7 +11917,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) "\\_SB.GPO1", 0x00, ResourceConsumer, , ) { // Pin list - 0x001A + 0x0009 } }) If ((OSSL && 0x80)) -- 2.1.4