linux-stable/drivers/media/cec/core
Hans Verkuil 6bade236f1 media: cec: core: not all messages were passed on when monitoring
The valid_la boolean is used to check if the destination logical
address is either 15 (broadcast) or our logical address. If it is
for another logical address, then only adapters that have the
CEC_CAP_MONITOR_ALL capability can pass it on.

However, it is also used to do more detailed validity checks,
such as whether the message was broadcast when it should have been
directed, or vice versa, in which case the message must be ignored
according to the spec. But that should not apply to monitoring.

Add a new bool that just checks the LA and nothing else.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
2023-04-15 07:48:39 +01:00
..
Makefile
cec-adap.c media: cec: core: not all messages were passed on when monitoring 2023-04-15 07:48:39 +01:00
cec-api.c media: cec: use call_op and check for !unregistered 2022-04-24 07:40:42 +01:00
cec-core.c media: cec: add xfer_timeout_ms field 2022-04-24 07:41:06 +01:00
cec-notifier.c media: cec/core/cec-notifier: use IS_REACHABLE(CONFIG_I2C) 2021-03-22 10:24:44 +01:00
cec-pin-error-inj.c media: cec/core: clarify rx-arb-lost usage message 2021-04-06 16:08:38 +02:00
cec-pin-priv.h media: cec: use call_op and check for !unregistered 2022-04-24 07:40:42 +01:00
cec-pin.c media: cec-pin.c: don't zero work_pin_num_events in adap_enable 2022-05-13 11:27:47 +02:00
cec-priv.h media: cec: use call_op and check for !unregistered 2022-04-24 07:40:42 +01:00