Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] acpi: fix video docs

This fixes typos/formatting in video_extension.txt.

Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Pavel Machek and committed by
Linus Torvalds
5ce47e59 343c3f64

+11 -8
+11 -8
Documentation/power/video_extension.txt
··· 1 - This driver implement the ACPI Extensions For Display Adapters 2 - for integrated graphics devices on motherboard, as specified in 3 - ACPI 2.0 Specification, Appendix B, allowing to perform some basic 4 - control like defining the video POST device, retrieving EDID information 5 - or to setup a video output, etc. Note that this is an ref. implementation only. 6 - It may or may not work for your integrated video device. 1 + ACPI video extensions 2 + ~~~~~~~~~~~~~~~~~~~~~ 3 + 4 + This driver implement the ACPI Extensions For Display Adapters for 5 + integrated graphics devices on motherboard, as specified in ACPI 2.0 6 + Specification, Appendix B, allowing to perform some basic control like 7 + defining the video POST device, retrieving EDID information or to 8 + setup a video output, etc. Note that this is an ref. implementation 9 + only. It may or may not work for your integrated video device. 7 10 8 11 Interfaces exposed to userland through /proc/acpi/video: 9 12 10 - VGA/info : display the supported video bus device capability like ,Video ROM, CRT/LCD/TV. 13 + VGA/info : display the supported video bus device capability like Video ROM, CRT/LCD/TV. 11 14 VGA/ROM : Used to get a copy of the display devices' ROM data (up to 4k). 12 15 VGA/POST_info : Used to determine what options are implemented. 13 16 VGA/POST : Used to get/set POST device. ··· 18 15 Please refer ACPI spec B.4.1 _DOS 19 16 VGA/CRT : CRT output 20 17 VGA/LCD : LCD output 21 - VGA/TV : TV output 18 + VGA/TVO : TV output 22 19 VGA/*/brightness : Used to get/set brightness of output device 23 20 24 21 Notify event through /proc/acpi/event: