diff options
author | Hans Verkuil <hansverk@cisco.com> | 2017-01-02 06:54:24 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-01-30 08:41:51 -0500 |
commit | 8015d6b83cadc8f9f94c7bc8430255090ddf43d4 (patch) | |
tree | 41658a538b91781b400fafed633492cfde670bdf | |
parent | ed72b81bb7a49e8bfaa8dd6ab0b0e103ff0771ae (diff) |
[media] cec-intro.rst: mention the v4l-utils package and CEC utilities
Mention where to find the CEC utilities.
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r-- | Documentation/media/uapi/cec/cec-intro.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/media/uapi/cec/cec-intro.rst b/Documentation/media/uapi/cec/cec-intro.rst index 7d31d37b0642..07ee2b8f89d6 100644 --- a/Documentation/media/uapi/cec/cec-intro.rst +++ b/Documentation/media/uapi/cec/cec-intro.rst | |||
@@ -26,3 +26,15 @@ control just the CEC pin. | |||
26 | Drivers that support CEC will create a CEC device node (/dev/cecX) to | 26 | Drivers that support CEC will create a CEC device node (/dev/cecX) to |
27 | give userspace access to the CEC adapter. The | 27 | give userspace access to the CEC adapter. The |
28 | :ref:`CEC_ADAP_G_CAPS` ioctl will tell userspace what it is allowed to do. | 28 | :ref:`CEC_ADAP_G_CAPS` ioctl will tell userspace what it is allowed to do. |
29 | |||
30 | In order to check the support and test it, it is suggested to download | ||
31 | the `v4l-utils <https://git.linuxtv.org/v4l-utils.git/>`_ package. It | ||
32 | provides three tools to handle CEC: | ||
33 | |||
34 | - cec-ctl: the Swiss army knife of CEC. Allows you to configure, transmit | ||
35 | and monitor CEC messages. | ||
36 | |||
37 | - cec-compliance: does a CEC compliance test of a remote CEC device to | ||
38 | determine how compliant the CEC implementation is. | ||
39 | |||
40 | - cec-follower: emulates a CEC follower. | ||