#include <errno.h>
#include "throttle_interface.h"
#include "config_pm.h"
#include "powersave_dbus.h"
#include "battery.h"
#include "device_management.h"
Go to the source code of this file.
Classes | |
struct | PM_STATE |
class | PM_Interface |
global object for abstraction of acpi and apm More... | |
Defines | |
#define | ACPI_SLEEP_SCRIPT "do_acpi_sleep" |
Enumerations | |
enum | PSD_SLEEP_STATE_REQUESTS { PSD_NO_SLEEP_REQUEST = 0, PSD_SUSPEND2DISK, PSD_SUSPEND2RAM, PSD_STANDBY } |
|
|
|
sleep states requested by user, only used for APM standby/suspend workarounds. This should go somehow to APM_Interface later |