mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-01 11:24:25 +08:00
54f38fcae5
Since 2017, there is an space reserved for userspace API,
created by changeset 1d596dee38
("docs: Create a user-space API guide").
As the media subsystem was one of the first subsystems to use
Sphinx, until this patch, we were keeping things on a separate
place.
Let's just use the new location, as having all uAPI altogether
will likely make things easier for developers.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
55 lines
1.1 KiB
ReStructuredText
55 lines
1.1 KiB
ReStructuredText
.. Permission is granted to copy, distribute and/or modify this
|
|
.. document under the terms of the GNU Free Documentation License,
|
|
.. Version 1.1 or any later version published by the Free Software
|
|
.. Foundation, with no Invariant Sections, no Front-Cover Texts
|
|
.. and no Back-Cover Texts. A copy of the license is included at
|
|
.. Documentation/userspace-api/media/fdl-appendix.rst.
|
|
..
|
|
.. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
|
|
|
|
.. include:: <isonum.txt>
|
|
|
|
.. _cec:
|
|
|
|
#########################################
|
|
Part V - Consumer Electronics Control API
|
|
#########################################
|
|
|
|
This part describes the CEC: Consumer Electronics Control
|
|
|
|
|
|
.. only:: html
|
|
|
|
.. class:: toc-title
|
|
|
|
Table of Contents
|
|
|
|
.. toctree::
|
|
:maxdepth: 5
|
|
:numbered:
|
|
|
|
cec-intro
|
|
cec-funcs
|
|
cec-pin-error-inj
|
|
cec-header
|
|
|
|
|
|
**********************
|
|
Revision and Copyright
|
|
**********************
|
|
Authors:
|
|
|
|
- Verkuil, Hans <hverkuil-cisco@xs4all.nl>
|
|
|
|
- Initial version.
|
|
|
|
**Copyright** |copy| 2016 : Hans Verkuil
|
|
|
|
****************
|
|
Revision History
|
|
****************
|
|
|
|
:revision: 1.0.0 / 2016-03-17 (*hv*)
|
|
|
|
Initial revision
|