From 1c611726d4cfeca38f73c17bf8a90e5b40704bb7 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Tue, 24 Jan 2017 18:25:56 -0600 Subject: mb/google/rambi: Remove touchscreen as ACPI wake device Users report having the touchscreen as a wake device causes many spurious wakeups due to proximity to the keyboard when the lid is closed, so remove it as a wake source. TEST=build/boot google/glimmer, observe no unintended wakeups when the lid is closed. Change-Id: Id16cabcd21afa0b373ecddd9eb3b0b8befb71576 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/76794 Reviewed-by: Paul Menzel Reviewed-by: CoolStar Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/mainboard/google/rambi/acpi/touchscreen_atmel.asl | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/mainboard/google/rambi/acpi/touchscreen_atmel.asl b/src/mainboard/google/rambi/acpi/touchscreen_atmel.asl index 9c0fc6b53566..73e9612b499a 100644 --- a/src/mainboard/google/rambi/acpi/touchscreen_atmel.asl +++ b/src/mainboard/google/rambi/acpi/touchscreen_atmel.asl @@ -7,7 +7,6 @@ Scope (\_SB.PCI0.I2C6) Device (ATSA) { Name (_HID, "ATML0001") - Name (_CID, EisaId ("PNP0C0E")) Name (_DDN, "Atmel Touchscreen") Name (_UID, 5) Name (ISTP, 0) /* TouchScreen */ -- cgit v1.2.3