aboutsummaryrefslogtreecommitdiff
path: root/src/ec
diff options
context:
space:
mode:
authorTim Crawford <tcrawford@system76.com>2023-05-16 13:02:10 -0600
committerFelix Held <felix-coreboot@felixheld.de>2023-07-03 12:56:14 +0000
commit8e8a2b496e6b17892db5d1b5bbeaf56f88282b95 (patch)
tree49cd79af4b08e0dcafbafad7ccd308c2595584e6 /src/ec
parent6cb18a5b34089329f835b22f1b5e7086aac37505 (diff)
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 <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75275 Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm> Reviewed-by: Jeremy Soller <jeremy@system76.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec')
-rw-r--r--src/ec/system76/ec/acpi/ec.asl3
1 files changed, 0 insertions, 3 deletions
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()
}
}