aboutsummaryrefslogtreecommitdiffstats
path: root/build/f_isoroot/f_collectd-ceilometer-pluginbuild/Makefile
diff options
context:
space:
mode:
authorrssaravana <saravanakumar.somaskandan@huawei.com>2017-03-16 11:47:50 +0530
committerSaravanakumar s <saravanakumar.somaskandan@huawei.com>2017-03-20 05:29:02 +0000
commitb6df64e07ab83dbd3be127c48cbb6e0d0b2e4008 (patch)
tree2bb601904e6bdf8a167ddd7c084f7d1918ebb18a /build/f_isoroot/f_collectd-ceilometer-pluginbuild/Makefile
parent4b647cf926eeb373a90dee77d1dc915ae5a6c665 (diff)
Update for fuel10 onos plugin
Change-Id: Ie7e9b5c16505223616bc6d796ce8de60236d098c Signed-off-by: rssaravana <saravanakumar.somaskandan@huawei.com>
Diffstat (limited to 'build/f_isoroot/f_collectd-ceilometer-pluginbuild/Makefile')
0 files changed, 0 insertions, 0 deletions
iable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
		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