File: sysfs-driver-intel-rapid-start

package info (click to toggle)
linux 4.19.194-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 967,940 kB
  • sloc: ansic: 16,799,826; asm: 272,028; makefile: 38,421; sh: 33,838; perl: 27,701; python: 21,148; cpp: 5,066; yacc: 4,650; lex: 2,584; awk: 1,385; ruby: 25; sed: 5
file content (21 lines) | stat: -rw-r--r-- 844 bytes parent folder | download | duplicates (56)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
What:		/sys/bus/acpi/intel-rapid-start/wakeup_events
Date:		July 2, 2013
KernelVersion:	3.11
Contact:	Matthew Garrett <mjg59@srcf.ucam.org>
Description:	An integer representing a set of wakeup events as follows:
		1: Wake to enter hibernation when the wakeup timer expires
		2: Wake to enter hibernation when the battery reaches a
		critical level

		These values are ORed together. For example, a value of 3
		indicates that the system will wake to enter hibernation when
		either the wakeup timer expires or the battery reaches a
		critical level.

What:		/sys/bus/acpi/intel-rapid-start/wakeup_time
Date:		July 2, 2013
KernelVersion:	3.11
Contact:	Matthew Garrett <mjg59@srcf.ucam.org>
Description:	An integer representing the length of time the system will
		remain asleep before waking up to enter hibernation.
		This value is in minutes.