]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
media: cec-core.rst/cec-ioc-receive.rst: clarify CEC_TX_STATUS_ERROR
authorHans Verkuil <hverkuil@xs4all.nl>
Mon, 18 Sep 2017 09:23:57 +0000 (05:23 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 23 Sep 2017 11:41:38 +0000 (07:41 -0400)
commitda634f623e4879d7716029a84791fc596ebac24d
tree58ceb6d4925be999af5aa0426e948b5926002b61
parent9a59d9361a68b0f664372312debd7396eda3ed55
media: cec-core.rst/cec-ioc-receive.rst: clarify CEC_TX_STATUS_ERROR

CEC_TX_STATUS_ERROR can be used if the HW cannot tell LOST_ARB and
LOW_DRIVE apart, or when some other error occurs. It is not a
replacement for NACK.

So the hardware must be able to tell the difference between OK, NACK and
'something else'.

Clarify the documentation (both public and kernel API) on this point.

Also fix two small typos (this messages -> this message).

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/kapi/cec-core.rst
Documentation/media/uapi/cec/cec-ioc-receive.rst