]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
media: cec-funcs.h: add status_req checks
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Tue, 1 Oct 2019 07:56:38 +0000 (04:56 -0300)
committerKhalid Elmously <khalid.elmously@canonical.com>
Wed, 29 Jan 2020 04:45:21 +0000 (23:45 -0500)
commitbfe34d3151d996946ea2223465220be0f26564e9
tree48b0392f380aa911639b5bf324cd85fd0b33ebc6
parentf21e5bd378f32534f2daca3477d69aa07f945287
media: cec-funcs.h: add status_req checks

BugLink: https://bugs.launchpad.net/bugs/1859712
[ Upstream commit 9b211f9c5a0b67afc435b86f75d78273b97db1c5 ]

The CEC_MSG_GIVE_DECK_STATUS and CEC_MSG_GIVE_TUNER_DEVICE_STATUS commands
both have a status_req argument: ON, OFF, ONCE. If ON or ONCE, then the
follower will reply with a STATUS message. Either once or whenever the
status changes (status_req == ON).

If status_req == OFF, then it will stop sending continuous status updates,
but the follower will *not* send a STATUS message in that case.

This means that if status_req == OFF, then msg->reply should be 0 as well
since no reply is expected in that case.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
include/uapi/linux/cec-funcs.h