summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/patch/coreboot/369b561315ca68d0cdedc38208105a513c7139b5/grub/kcma-d8/0039-mainboard-asus-kgpe-d16-Reenable-power-LED-after-S3-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libreboot/patch/coreboot/369b561315ca68d0cdedc38208105a513c7139b5/grub/kcma-d8/0039-mainboard-asus-kgpe-d16-Reenable-power-LED-after-S3-.patch')
-rw-r--r--resources/libreboot/patch/coreboot/369b561315ca68d0cdedc38208105a513c7139b5/grub/kcma-d8/0039-mainboard-asus-kgpe-d16-Reenable-power-LED-after-S3-.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/resources/libreboot/patch/coreboot/369b561315ca68d0cdedc38208105a513c7139b5/grub/kcma-d8/0039-mainboard-asus-kgpe-d16-Reenable-power-LED-after-S3-.patch b/resources/libreboot/patch/coreboot/369b561315ca68d0cdedc38208105a513c7139b5/grub/kcma-d8/0039-mainboard-asus-kgpe-d16-Reenable-power-LED-after-S3-.patch
deleted file mode 100644
index 8e036b3..0000000
--- a/resources/libreboot/patch/coreboot/369b561315ca68d0cdedc38208105a513c7139b5/grub/kcma-d8/0039-mainboard-asus-kgpe-d16-Reenable-power-LED-after-S3-.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 79a5899dba0b5231c83614177e3e7287aa7167c4 Mon Sep 17 00:00:00 2001
-From: Timothy Pearson <tpearson@raptorengineeringinc.com>
-Date: Tue, 24 Nov 2015 14:12:06 -0600
-Subject: [PATCH 39/45] mainboard/asus/kgpe-d16: Reenable power LED after S3
- resume
-
-Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
----
- src/mainboard/asus/kgpe-d16/acpi/pm_ctrl.asl | 7 +------
- 1 file changed, 1 insertion(+), 6 deletions(-)
-
-diff --git a/src/mainboard/asus/kgpe-d16/acpi/pm_ctrl.asl b/src/mainboard/asus/kgpe-d16/acpi/pm_ctrl.asl
-index c9bc0a9..a4d5b2a 100644
---- a/src/mainboard/asus/kgpe-d16/acpi/pm_ctrl.asl
-+++ b/src/mainboard/asus/kgpe-d16/acpi/pm_ctrl.asl
-@@ -218,7 +218,7 @@ Method(\_WAK, 1) {
-
- /* Set up LEDs */
- /* Set power LED to steady on */
-- Store(0x3, BLNK)
-+ Store(0x0, BLNK)
-
- /* Configure SuperIO for wake */
- /* Access SuperIO ACPI device */
-@@ -290,11 +290,6 @@ Method(\_PTS, 1) {
- /* Set suspend LED to 0.25Hz toggle pulse with 50% duty cycle */
- Store(0x2, BLNK)
- }
-- if (LEqual(Arg0, 0x3)) /* Power state S3 requested */
-- {
-- /* Set suspend LED to 0.25Hz toggle pulse with 25% duty cycle */
-- Store(0x1, BLNK)
-- }
-
- /* Configure SuperIO for sleep */
- /* Access SuperIO ACPI device */
---
-2.1.4
-