mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
laptops: move laptop-mode.txt to Documentation/laptops/
Move laptop-mode.txt into the laptops/ sub-directory to consolidate laptop doc files there. Update references to the file's location. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
baadac8b10
commit
a09a20b526
4 changed files with 4 additions and 4 deletions
|
@ -225,8 +225,6 @@ kprobes.txt
|
||||||
- documents the kernel probes debugging feature.
|
- documents the kernel probes debugging feature.
|
||||||
kref.txt
|
kref.txt
|
||||||
- docs on adding reference counters (krefs) to kernel objects.
|
- docs on adding reference counters (krefs) to kernel objects.
|
||||||
laptop-mode.txt
|
|
||||||
- how to conserve battery power using laptop-mode.
|
|
||||||
laptops/
|
laptops/
|
||||||
- directory with laptop related info and laptop driver documentation.
|
- directory with laptop related info and laptop driver documentation.
|
||||||
ldm.txt
|
ldm.txt
|
||||||
|
|
|
@ -1506,13 +1506,13 @@ laptop_mode
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
laptop_mode is a knob that controls "laptop mode". All the things that are
|
laptop_mode is a knob that controls "laptop mode". All the things that are
|
||||||
controlled by this knob are discussed in Documentation/laptop-mode.txt.
|
controlled by this knob are discussed in Documentation/laptops/laptop-mode.txt.
|
||||||
|
|
||||||
block_dump
|
block_dump
|
||||||
----------
|
----------
|
||||||
|
|
||||||
block_dump enables block I/O debugging when set to a nonzero value. More
|
block_dump enables block I/O debugging when set to a nonzero value. More
|
||||||
information on block I/O debugging is in Documentation/laptop-mode.txt.
|
information on block I/O debugging is in Documentation/laptops/laptop-mode.txt.
|
||||||
|
|
||||||
swap_token_timeout
|
swap_token_timeout
|
||||||
------------------
|
------------------
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
- This file
|
- This file
|
||||||
acer-wmi.txt
|
acer-wmi.txt
|
||||||
- information on the Acer Laptop WMI Extras driver.
|
- information on the Acer Laptop WMI Extras driver.
|
||||||
|
laptop-mode.txt
|
||||||
|
- how to conserve battery power using laptop-mode.
|
||||||
sony-laptop.txt
|
sony-laptop.txt
|
||||||
- Sony Notebook Control Driver (SNC) Readme.
|
- Sony Notebook Control Driver (SNC) Readme.
|
||||||
sonypi.txt
|
sonypi.txt
|
||||||
|
|
Loading…
Reference in a new issue