From 8e8a2b496e6b17892db5d1b5bbeaf56f88282b95 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Tue, 16 May 2023 13:02:10 -0600 Subject: ec/system76/ec: Do not call reset on wake Resetting the device will cause the keyboard backlight and airplane LED to lose their state. Change-Id: I2f46542fb6b32c479b01335149c9190f6fa1421f Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/75275 Reviewed-by: Jonathon Hall Reviewed-by: Jeremy Soller Tested-by: build bot (Jenkins) --- src/ec/system76/ec/acpi/ec.asl | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ec/system76') diff --git a/src/ec/system76/ec/acpi/ec.asl b/src/ec/system76/ec/acpi/ec.asl index 21d9ad0eaa..911a502012 100644 --- a/src/ec/system76/ec/acpi/ec.asl +++ b/src/ec/system76/ec/acpi/ec.asl @@ -90,9 +90,6 @@ Device (\_SB.PCI0.LPCB.EC0) // Notify of changes Notify(^^^^AC, 0) Notify(^^^^BAT0, 0) - - // Reset System76 Device - ^^^^S76D.RSET() } } -- cgit v1.2.3