* [patch 4/5] Add output class document
@ 2006-11-07 16:54 Yu Luming
0 siblings, 0 replies; only message in thread
From: Yu Luming @ 2006-11-07 16:54 UTC (permalink / raw)
To: Andrew Morton
Cc: Pavel Machek, len.brown, Matt Domsch, Alessandro Guido,
linux-kernel, linux-acpi, jengelh, gelma, ismail, Richard Hughes
Patch 4/5: add output class document
signed-off-by: Luming Yu <Luming.yu@intel.com>
---
video-output.txt | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/Documentation/video-output.txt b/Documentation/video-output.txt
new file mode 100644
index 0000000..cf0f3c2
--- /dev/null
+++ b/Documentation/video-output.txt
@@ -0,0 +1,34 @@
+
+ Video Output Switcher Control
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ 2006 luming.yu@intel.com
+
+The output sysfs class driver provides an abstract video output layer that
+can be used to hook platform specific methods to enable/disable video output
+device through common sysfs interface. For example, on my IBM ThinkPad T42
+laptop, The ACPI video driver registered its output devices and read/write
+method for 'state' with output sysfs class. The user interface under sysfs
is:
+
+linux:/sys/class/video_output # tree .
+.
+|-- CRT0
+| |-- device -> ../../../devices/pci0000:00/0000:00:01.0
+| |-- state
+| |-- subsystem -> ../../../class/video_output
+| `-- uevent
+|-- DVI0
+| |-- device -> ../../../devices/pci0000:00/0000:00:01.0
+| |-- state
+| |-- subsystem -> ../../../class/video_output
+| `-- uevent
+|-- LCD0
+| |-- device -> ../../../devices/pci0000:00/0000:00:01.0
+| |-- state
+| |-- subsystem -> ../../../class/video_output
+| `-- uevent
+`-- TV0
+ |-- device -> ../../../devices/pci0000:00/0000:00:01.0
+ |-- state
+ |-- subsystem -> ../../../class/video_output
+ `-- uevent
+
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-07 17:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-07 16:54 [patch 4/5] Add output class document Yu Luming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox