artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d0deb3
)
lid suspend logic was backwards
author
deraadt
<deraadt@openbsd.org>
Thu, 5 Aug 2010 20:11:32 +0000
(20:11 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 5 Aug 2010 20:11:32 +0000
(20:11 +0000)
sys/dev/acpi/acpibtn.c
patch
|
blob
|
history
diff --git
a/sys/dev/acpi/acpibtn.c
b/sys/dev/acpi/acpibtn.c
index
028f5fc
..
739c3a1
100644
(file)
--- a/
sys/dev/acpi/acpibtn.c
+++ b/
sys/dev/acpi/acpibtn.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: acpibtn.c,v 1.
29 2010/08/05 19:23:06 marco
Exp $ */
+/* $OpenBSD: acpibtn.c,v 1.
30 2010/08/05 20:11:32 deraadt
Exp $ */
/*
* Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
*
@@
-143,7
+143,7
@@
acpibtn_notify(struct aml_node *node, int notify_type, void *arg)
* _LID method. 0 means the lid is closed and we
* should go to sleep.
*/
- if (acpi_lid_suspend)
+ if (acpi_lid_suspend
== 0
)
break;
if (aml_evalinteger(sc->sc_acpi, sc->sc_devnode,
"_LID", 0, NULL, &lid))