forgot the suspend-time duplication mentioned in 1.25
authorderaadt <deraadt@openbsd.org>
Sun, 11 Aug 2024 05:28:02 +0000 (05:28 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 11 Aug 2024 05:28:02 +0000 (05:28 +0000)
sys/dev/acpi/acpi_x86.c

index 7145743..a5733e2 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpi_x86.c,v 1.27 2024/08/11 05:21:52 deraadt Exp $ */
+/* $OpenBSD: acpi_x86.c,v 1.28 2024/08/11 05:28:02 deraadt Exp $ */
 /*
  * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
  * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org>
@@ -66,7 +66,6 @@ sleep_showstate(void *v, int sleepmode)
                if (aml_node_setval(sc, sc->sc_tts, sc->sc_state) != 0)
                        return (EINVAL);
        }
-       acpi_indicator(sc, ACPI_SST_WAKING);    /* blink */
        return 0;
 }