Lines Matching +full:suspend +full:- +full:to +full:- +full:ram
15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
36 .Bd -ragged -offset indent
40 Alternatively, to load the driver as a
43 .Bd -literal -offset indent
50 The main purpose of this driver is to provide an interface,
62 interface has to be enabled explicitly, as it may alter the default action of
71 sysctl, is set to
80 .Bl -tag -width "subsystem" -offset indent -compact
95 .Bl -tag -width "subsystem" -offset indent -compact
103 Fn + F4 (Suspend to RAM)
119 Fn + F12 (Suspend to disk)
151 The ThinkLight can be made to blink by writing
153 strings to the
158 .Bl -tag -width indent
160 (read-only)
165 (read-only)
176 Sets the ACPI events which are reported to
186 .Bl -tag -width indent-two -compact
194 Fn + F4 (Suspend to RAM)
210 Fn + F12 (Suspend to disk)
237 (read-only)
242 .Bl -tag -width indent-two -compact
282 (read-only)
288 fan control might overheat the ThinkPad and lead to permanent damage if the
293 Valid values range from 0 (off) to 7 (max) and 8.
294 Level 8 is used by the driver to set the fan in unthrottled mode.
295 In this mode, the fan is set to spin freely and will quickly reach a very
298 critical temperature and it is about to shut down.
299 The resulting speed differs from model to model.
302 .Bl -tag -width indent-two -compact
312 ~6400 RPM (Full-speed, unthrottled)
315 (read-only)
320 (read-only)
321 Shows the readings of up to eight different temperature sensors.
328 .Bl -enum -compact
338 Built-in battery
342 Built-in battery
352 is set to 1.
353 Events are specified as a whitespace-separated list of event code in
362 .Bl -tag -width ".Pa /dev/led/thinklight"
369 The following can be added to
371 in order to pass button events to a
374 .Bd -literal -offset indent
385 .Bd -literal -offset indent
388 if [ "$1" = "" -o "$2" = "" ]
406 LEVEL=`sysctl -n dev.acpi_${OEM}.0.bluetooth`
417 LEVEL=`sysctl -n dev.acpi_${OEM}.0.lcd_brightness`
420 ${CALC} | ${CUT} -d . -f 1`
424 LEVEL=`sysctl -n dev.acpi_${OEM}.0.thinklight`
433 LEVEL=`sysctl -n dev.acpi_${OEM}.0.volume`
436 ${CALC} | ${CUT} -d . -f 1`
440 LEVEL=`sysctl -n dev.acpi_${OEM}.0.mute`
449 LEVEL=`sysctl -n dev.acpi_ibm.0.mic_led`
450 if [ $LEVEL -eq 0 ]; then
454 if [ $LEVEL -eq 1 ]; then
463 if [ -p ${DISPLAY_PIPE} ]
470 The following example specify that event code 0x04 (Suspend to RAM),
473 .Bd -literal -offset indent
479 .Bd -literal -offset indent
494 .An -nosplit