* [PATCH] Documentation: Remove output class document
@ 2015-07-31 9:32 Peter Wu
2015-08-02 22:18 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Peter Wu @ 2015-07-31 9:32 UTC (permalink / raw)
To: linux-doc, linux-kernel, Jonathan Corbet; +Cc: Jean Delvare
The output class implementation removed a year ago (in commit f167a64e,
"video / output: Drop display output class support"). Drop this
obsolete documentation file.
Signed-off-by: Peter Wu <peter@lekensteyn.nl>
---
Documentation/video-output.txt | 34 ----------------------------------
1 file changed, 34 deletions(-)
delete mode 100644 Documentation/video-output.txt
diff --git a/Documentation/video-output.txt b/Documentation/video-output.txt
deleted file mode 100644
index e517011..0000000
--- a/Documentation/video-output.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-
- 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
-
--
2.5.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-02 22:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-31 9:32 [PATCH] Documentation: Remove output class document Peter Wu
2015-08-02 22:18 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome