]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] cec-intro.rst: mention the v4l-utils package and CEC utilities
authorHans Verkuil <hansverk@cisco.com>
Mon, 2 Jan 2017 11:54:24 +0000 (09:54 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 30 Jan 2017 13:41:51 +0000 (11:41 -0200)
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>
Documentation/media/uapi/cec/cec-intro.rst

index 7d31d37b06428a6b611df686754c20e4663b2d35..07ee2b8f89d6a320d66f1a9ed3d20977aa60c34b 100644 (file)
@@ -26,3 +26,15 @@ control just the CEC pin.
 Drivers that support CEC will create a CEC device node (/dev/cecX) to
 give userspace access to the CEC adapter. The
 :ref:`CEC_ADAP_G_CAPS` ioctl will tell userspace what it is allowed to do.
+
+In order to check the support and test it, it is suggested to download
+the `v4l-utils <https://git.linuxtv.org/v4l-utils.git/>`_ package. It
+provides three tools to handle CEC:
+
+- cec-ctl: the Swiss army knife of CEC. Allows you to configure, transmit
+  and monitor CEC messages.
+
+- cec-compliance: does a CEC compliance test of a remote CEC device to
+  determine how compliant the CEC implementation is.
+
+- cec-follower: emulates a CEC follower.