Subject: CVS commit: src/sys/dev/acpi
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 01/28/2008 20:31:55
Module Name:	src
Committed By:	jmcneill
Date:		Mon Jan 28 20:31:55 UTC 2008

Modified Files:
	src/sys/dev/acpi: thinkpad_acpi.c

Log Message:
The Thinkpad T61/x61 family powers off the USB power resource on resume
from S3 sleep. Until we get proper ACPI power resource support, simply
call \\_SB.PCI0.LPC.EC.PUBS._ON() on resume if the method exists.

Fixes kern/37279 by Steven M Bellovin.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/dev/acpi/thinkpad_acpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.