From 8b9b322ede757ff5e51e8212e957892e30ad875c Mon Sep 17 00:00:00 2001 From: Can Erkin Acar Date: Sat, 23 Jun 2007 11:41:04 +0000 Subject: Accept 0x00 as notify type since some notebooks (MSI-S260) incorrectly use it when signaling events. ok marco@ --- sys/dev/acpi/acpiac.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/acpi/acpiac.c b/sys/dev/acpi/acpiac.c index 90f7ebb1f1d..b95547745f3 100644 --- a/sys/dev/acpi/acpiac.c +++ b/sys/dev/acpi/acpiac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpiac.c,v 1.17 2007/02/21 03:58:12 marco Exp $ */ +/* $OpenBSD: acpiac.c,v 1.18 2007/06/23 11:41:03 canacar Exp $ */ /* * Copyright (c) 2005 Marco Peereboom * @@ -128,6 +128,7 @@ acpiac_notify(struct aml_node *node, int notify_type, void *arg) sc->sc_devnode->parent->name); switch (notify_type) { + case 0x00: case 0x81: /* * XXX some sony vaio's use the wrong notify type -- cgit v1.2.3