diff options
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/cyan/acpi/touchscreen_elan.asl | 2 | ||||
-rw-r--r-- | src/mainboard/google/cyan/acpi/touchscreen_melfas.asl | 2 | ||||
-rw-r--r-- | src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/cyan/acpi/touchscreen_elan.asl b/src/mainboard/google/cyan/acpi/touchscreen_elan.asl index cd67a0e5a6..1fc362ef85 100644 --- a/src/mainboard/google/cyan/acpi/touchscreen_elan.asl +++ b/src/mainboard/google/cyan/acpi/touchscreen_elan.asl @@ -36,7 +36,7 @@ Scope (\_SB.PCI0.I2C1) "\\_SB.PCI0.I2C1", /* ResourceSource */ ) GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,, - "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } + "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } } ) Return (BUF0) diff --git a/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl b/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl index 15b2237fb1..e8bc0f290c 100644 --- a/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl +++ b/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl @@ -36,7 +36,7 @@ Scope (\_SB.PCI0.I2C1) "\\_SB.PCI0.I2C1", /* ResourceSource */ ) GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,, - "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } + "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } }) Return (BUF0) } diff --git a/src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl b/src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl index 1b10848e78..421119a129 100644 --- a/src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl +++ b/src/mainboard/google/cyan/acpi/touchscreen_synaptics.asl @@ -79,7 +79,7 @@ Scope (\_SB.PCI0.I2C1) "\\_SB.PCI0.I2C1", /* ResourceSource */ ) GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,, - "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } + "\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX } }) Return (BUF0) } |