media: cec: CEC 2.0-only bcast messages were ignored
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 4 Dec 2019 07:52:08 +0000 (08:52 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 13 Dec 2019 10:22:10 +0000 (11:22 +0100)
commitcec935ce69fc386f13959578deb40963ebbb85c3
tree8b4a0919564fb3721b82fd4261d63a80f2ff45db
parente42617b825f8073569da76dc4510bfa019b1c35a
media: cec: CEC 2.0-only bcast messages were ignored

Some messages are allowed to be a broadcast message in CEC 2.0
only, and should be ignored by CEC 1.4 devices.

Unfortunately, the check was wrong, causing such messages to be
marked as invalid under CEC 2.0.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: <stable@vger.kernel.org> # for v4.10 and up
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/cec/cec-adap.c