mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
docs: admin-guide: add laptops documentation
The docs under Documentation/laptops contain users specific information. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com>
This commit is contained in:
parent
5704324702
commit
9e1cbede26
@ -45,7 +45,7 @@ Description:
|
||||
- Values below -2 are rejected with -EINVAL
|
||||
|
||||
For more information, see
|
||||
Documentation/laptops/disk-shock-protection.rst
|
||||
Documentation/admin-guide/laptops/disk-shock-protection.rst
|
||||
|
||||
|
||||
What: /sys/block/*/device/ncq_prio_enable
|
||||
|
@ -31,7 +31,7 @@ Description:
|
||||
To control the LED display, use the following :
|
||||
echo 0x0T000DDD > /sys/devices/platform/asus_laptop/
|
||||
where T control the 3 letters display, and DDD the 3 digits display.
|
||||
The DDD table can be found in Documentation/laptops/asus-laptop.rst
|
||||
The DDD table can be found in Documentation/admin-guide/laptops/asus-laptop.rst
|
||||
|
||||
What: /sys/devices/platform/asus_laptop/bluetooth
|
||||
Date: January 2007
|
||||
|
@ -82,6 +82,7 @@ configure specific aspects of kernel behavior to your liking.
|
||||
perf-security
|
||||
acpi/index
|
||||
device-mapper/index
|
||||
laptops/index
|
||||
|
||||
.. only:: subproject and html
|
||||
|
||||
|
@ -4347,7 +4347,7 @@
|
||||
Format: <integer>
|
||||
|
||||
sonypi.*= [HW] Sony Programmable I/O Control Device driver
|
||||
See Documentation/laptops/sonypi.rst
|
||||
See Documentation/admin-guide/laptops/sonypi.rst
|
||||
|
||||
spectre_v2= [X86] Control mitigation of Spectre variant 2
|
||||
(indirect branch speculation) vulnerability.
|
||||
|
@ -1,4 +1,3 @@
|
||||
:orphan:
|
||||
|
||||
==============
|
||||
Laptop Drivers
|
@ -1,6 +1,5 @@
|
||||
.. SPDX-License-Identifier: GPL-2.0+
|
||||
|
||||
:orphan:
|
||||
|
||||
LG Gram laptop extra features
|
||||
=============================
|
@ -108,7 +108,7 @@ block_dump
|
||||
==========
|
||||
|
||||
block_dump enables block I/O debugging when set to a nonzero value. More
|
||||
information on block I/O debugging is in Documentation/laptops/laptop-mode.rst.
|
||||
information on block I/O debugging is in Documentation/admin-guide/laptops/laptop-mode.rst.
|
||||
|
||||
|
||||
compact_memory
|
||||
@ -298,7 +298,7 @@ laptop_mode
|
||||
===========
|
||||
|
||||
laptop_mode is a knob that controls "laptop mode". All the things that are
|
||||
controlled by this knob are discussed in Documentation/laptops/laptop-mode.rst.
|
||||
controlled by this knob are discussed in Documentation/admin-guide/laptops/laptop-mode.rst.
|
||||
|
||||
|
||||
legacy_va_layout
|
||||
|
@ -9029,7 +9029,7 @@ M: Matan Ziv-Av <matan@svgalib.org>
|
||||
L: platform-driver-x86@vger.kernel.org
|
||||
S: Maintained
|
||||
F: Documentation/ABI/testing/sysfs-platform-lg-laptop
|
||||
F: Documentation/laptops/lg-laptop.rst
|
||||
F: Documentation/admin-guide/laptops/lg-laptop.rst
|
||||
F: drivers/platform/x86/lg-laptop.c
|
||||
|
||||
LG2160 MEDIA DRIVER
|
||||
@ -14888,7 +14888,7 @@ M: Mattia Dongili <malattia@linux.it>
|
||||
L: platform-driver-x86@vger.kernel.org
|
||||
W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
|
||||
S: Maintained
|
||||
F: Documentation/laptops/sony-laptop.rst
|
||||
F: Documentation/admin-guide/laptops/sony-laptop.rst
|
||||
F: drivers/char/sonypi.c
|
||||
F: drivers/platform/x86/sony-laptop.c
|
||||
F: include/linux/sony-laptop.h
|
||||
|
@ -382,7 +382,7 @@ config SONYPI
|
||||
Device which can be found in many (all ?) Sony Vaio laptops.
|
||||
|
||||
If you have one of those laptops, read
|
||||
<file:Documentation/laptops/sonypi.rst>, and say Y or M here.
|
||||
<file:Documentation/admin-guide/laptops/sonypi.rst>, and say Y or M here.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called sonypi.
|
||||
|
@ -448,7 +448,7 @@ config SONY_LAPTOP
|
||||
screen brightness control, Fn keys and allows powering on/off some
|
||||
devices.
|
||||
|
||||
Read <file:Documentation/laptops/sony-laptop.rst> for more information.
|
||||
Read <file:Documentation/admin-guide/laptops/sony-laptop.rst> for more information.
|
||||
|
||||
config SONYPI_COMPAT
|
||||
bool "Sonypi compatibility"
|
||||
@ -500,7 +500,7 @@ config THINKPAD_ACPI
|
||||
support for Fn-Fx key combinations, Bluetooth control, video
|
||||
output switching, ThinkLight control, UltraBay eject and more.
|
||||
For more information about this driver see
|
||||
<file:Documentation/laptops/thinkpad-acpi.rst> and
|
||||
<file:Documentation/admin-guide/laptops/thinkpad-acpi.rst> and
|
||||
<http://ibm-acpi.sf.net/> .
|
||||
|
||||
This driver was formerly known as ibm-acpi.
|
||||
|
Loading…
Reference in New Issue
Block a user