http://bugzilla.kernel.org/show_bug.cgi?id=6892





------- Comment #23 from [EMAIL PROTECTED]  2007-11-08 14:45 -------
Those ACPI patches don't seem to hook up to pci_enable_wake() or the driver
model flags; much less provide an EHCI callback to activate the device!

You should not need to touch /proc/acpi/wakeup on an ACPI system, any more than
you'd need to touch it for a non-ACPI system...

Things I noticed:

 - Obviously, a hundred "invoke GPE wakeup" messages is excessive ... as if the
PME-enable should have been disabled first.

 - It's odd that the "PCI device X invokes PME" appears _after_ wakeup_event()
was called, an oddity shared with other code ... it seems to only report errors
(nonzero return) too, and is not a unique message (two files print the same
text).

 - The messaging should use driver model dev_*() calls pretty much everywhere.

I'll try to give it a try; with my current setup it'd go the ACPI-native route.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to