History log of /linux-master/Documentation/ABI/testing/sysfs-devices-power_resources_wakeup
Revision Date Author Comments
# 41a2a466 11-Apr-2013 Rafael J. Wysocki <rafael.j.wysocki@intel.com>

ACPI / PM: Expose lists of device wakeup power resources to user space

Commit 18a3870 (ACPI / PM: Expose lists of device power resources
to user space) exposed the lists of ACPI power resources associated
with power states of ACPI devices, but it didn't expose the lists
of ACPI wakeup power resources, which also is necessary to get the
full picture of dependencies between ACPI devices and power
resources.

For this reason, for every ACPI device node having a list of ACPI
wakeup power resources associated with it, expose that list to user
space in analogy with commit 18a3870.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>