From 56280b2f2b650bc93a8e9825d8660872bbbc52d7 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Mon, 27 Mar 2023 11:38:54 -0600 Subject: [PATCH] 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: Ib0fc9e95b5eb430b0eb4fbe46980fe6b663f7b20 Signed-off-by: Tim Crawford --- src/ec/system76/ec/acpi/ec.asl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ec/system76/ec/acpi/ec.asl b/src/ec/system76/ec/acpi/ec.asl index f572c970b4..5ab5d305c6 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() } }