From 63a2db9353b78bc636206e478278dd814e2d4fed Mon Sep 17 00:00:00 2001 From: Can Erkin Acar Date: Sat, 3 Nov 2007 22:51:22 +0000 Subject: Notebook from ckuethe@ that notifies AC with 0x01, so add that in. cool ckuethe@ --- sys/dev/acpi/acpiac.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/dev/acpi/acpiac.c b/sys/dev/acpi/acpiac.c index b95547745f3..4d9bcda0b49 100644 --- a/sys/dev/acpi/acpiac.c +++ b/sys/dev/acpi/acpiac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpiac.c,v 1.18 2007/06/23 11:41:03 canacar Exp $ */ +/* $OpenBSD: acpiac.c,v 1.19 2007/11/03 22:51:21 canacar Exp $ */ /* * Copyright (c) 2005 Marco Peereboom * @@ -129,6 +129,7 @@ acpiac_notify(struct aml_node *node, int notify_type, void *arg) switch (notify_type) { case 0x00: + case 0x01: case 0x81: /* * XXX some sony vaio's use the wrong notify type -- cgit v1.2.3