NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-i386/38321
The following reply was made to PR port-i386/38321; it has been noted by GNATS.
From: Jukka Ruohonen <jruohonen%iki.fi@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-i386/38321
Date: Wed, 2 Dec 2009 05:47:18 +0200
Only a wild guess, but can you try the following simple patch?
Also: the URL for the DSDT is unreachable.
Index: src/sys/dev/acpi/acpi_lid.c
===================================================================
RCS file: /cvsroot/src/sys/dev/acpi/acpi_lid.c,v
retrieving revision 1.29
diff -u -p -r1.29 acpi_lid.c
--- src/sys/dev/acpi/acpi_lid.c 29 Nov 2009 21:32:50 -0000 1.29
+++ src/sys/dev/acpi/acpi_lid.c 2 Dec 2009 03:41:52 -0000
@@ -126,6 +126,8 @@ acpilid_attach(device_t parent, device_t
if (!pmf_device_register(self, acpilid_suspend, NULL))
aprint_error_dev(self, "couldn't establish power handler\n");
+
+ acpilid_wake_event(self, 1);
}
static int
Home |
Main Index |
Thread Index |
Old Index