summaryrefslogtreecommitdiffstats
path: root/Documentation/media/uapi/cec
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-11-16 15:59:14 -0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-11-16 16:04:45 -0200
commit71334ae42d6b450efeac656dbb254bcf787f5ac7 (patch)
treeff8c2e34168b1bf1fa20f8aae8161b3090350e14 /Documentation/media/uapi/cec
parent8991a63d1a8a01938932319c8b98f5a3420a0bb2 (diff)
downloadlinux-0-day-71334ae42d6b450efeac656dbb254bcf787f5ac7.tar.gz
linux-0-day-71334ae42d6b450efeac656dbb254bcf787f5ac7.tar.xz
[media] cec-ioc-adap-g-log-addrs.rst: describe CEC_LOG_ADDRS_FL_CDC_ONLY
The CEC_LOG_ADDRS_FL_CDC_ONLY flag is missing at the documentation, causing this warning: Documentation/output/cec.h.rst:6: WARNING: undefined label: cec-log-addrs-fl-cdc-only (if the link has no caption the label must precede a section header) Add a documentation for it, based on the commit that introduced the flag. Fixes: a69a168a1bd4 ("[media] cec: add proper support for CDC-Only CEC devices") Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/cec')
-rw-r--r--Documentation/media/uapi/cec/cec-ioc-adap-g-log-addrs.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/media/uapi/cec/cec-ioc-adap-g-log-addrs.rst b/Documentation/media/uapi/cec/cec-ioc-adap-g-log-addrs.rst
index 571ae57b75aea..b878637e91b3d 100644
--- a/Documentation/media/uapi/cec/cec-ioc-adap-g-log-addrs.rst
+++ b/Documentation/media/uapi/cec/cec-ioc-adap-g-log-addrs.rst
@@ -176,6 +176,15 @@ logical address types are already defined will return with error ``EBUSY``.
and will appear as keystrokes. This features needs to be enabled explicitly.
If CEC is used to enter e.g. passwords, then you may not want to enable this
to avoid trivial snooping of the keystrokes.
+ * .. _`CEC-LOG-ADDRS-FL-CDC-ONLY`:
+
+ - `CEC_LOG_ADDRS_FL_CDC_ONLY`
+ - 4
+ - If this flag is set, then the device is CDC-Only. CDC-Only CEC devices
+ are CEC devices that can only handle CDC messages.
+
+ All other messages are ignored.
+
.. tabularcolumns:: |p{6.6cm}|p{2.2cm}|p{8.7cm}|