Bug 470

Summary: Permit drivers to enable their devices for wake (e.g. sleep button)
Product: ACPI Reporter: Andy Grover (andrew.grover)
Component: Power-Sleep-WakeAssignee: Len Brown (lenb)
Status: REJECTED DUPLICATE    
Severity: normal CC: acpi-bugzilla
Priority: P2    
Hardware: i386   
OS: Linux   
Kernel Version: 2.5.65 Subsystem:
Regression: --- Bisected commit-id:

Description Andy Grover 2003-03-18 14:01:50 UTC
ACPI has an interface for devices who know what their GPE is to enable it for 
wake, but most of the time a device doesn't know what its GPE is, and it must 
be determined by calling _PRW.

We need to add a function that hides this complexity from drivers. Preferably 
it will take only the ACPI device handle.

We will also need to add a non-ACPI-specific version for other drivers to call.
Comment 1 Shaohua 2003-11-03 20:53:21 UTC
I have implemented a patch for this feature. the patch is at Bug 1415
Comment 2 Len Brown 2004-06-28 21:55:25 UTC

*** This bug has been marked as a duplicate of 1415 ***