22 lines · plain
1What: /sys/bus/acpi/intel-rapid-start/wakeup_events2Date: July 2, 20133KernelVersion: 3.114Contact: Matthew Garrett <mjg59@srcf.ucam.org>5Description: An integer representing a set of wakeup events as follows:6 1: Wake to enter hibernation when the wakeup timer expires7 2: Wake to enter hibernation when the battery reaches a8 critical level9 10 These values are ORed together. For example, a value of 311 indicates that the system will wake to enter hibernation when12 either the wakeup timer expires or the battery reaches a13 critical level.14 15What: /sys/bus/acpi/intel-rapid-start/wakeup_time16Date: July 2, 201317KernelVersion: 3.1118Contact: Matthew Garrett <mjg59@srcf.ucam.org>19Description: An integer representing the length of time the system will20 remain asleep before waking up to enter hibernation.21 This value is in minutes.22