artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
842d3d5
)
forgot the suspend-time duplication mentioned in 1.25
author
deraadt
<deraadt@openbsd.org>
Sun, 11 Aug 2024 05:28:02 +0000
(
05:28
+0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 11 Aug 2024 05:28:02 +0000
(
05:28
+0000)
sys/dev/acpi/acpi_x86.c
patch
|
blob
|
history
diff --git
a/sys/dev/acpi/acpi_x86.c
b/sys/dev/acpi/acpi_x86.c
index
7145743
..
a5733e2
100644
(file)
--- a/
sys/dev/acpi/acpi_x86.c
+++ b/
sys/dev/acpi/acpi_x86.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: acpi_x86.c,v 1.2
7 2024/08/11 05:21:5
2 deraadt Exp $ */
+/* $OpenBSD: acpi_x86.c,v 1.2
8 2024/08/11 05:28:0
2 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;
}