Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/75275?usp=email )
Change subject: ec/system76/ec: Do not call reset on wake ......................................................................
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 --- M src/ec/system76/ec/acpi/ec.asl 1 file changed, 0 insertions(+), 3 deletions(-)
Approvals: Jonathon Hall: Looks good to me, but someone else must approve Jeremy Soller: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/ec/system76/ec/acpi/ec.asl b/src/ec/system76/ec/acpi/ec.asl index 21d9ad0..911a502 100644 --- a/src/ec/system76/ec/acpi/ec.asl +++ b/src/ec/system76/ec/acpi/ec.asl @@ -90,9 +90,6 @@ // Notify of changes Notify(^^^^AC, 0) Notify(^^^^BAT0, 0) - - // Reset System76 Device - ^^^^S76D.RSET() } }