mbox series

[0/2] v4l-utils: add support for CEC_MSG_FL_REPLY_VENDOR_ID

Message ID cover.1721908330.git.hverkuil-cisco@xs4all.nl
Headers show
Series v4l-utils: add support for CEC_MSG_FL_REPLY_VENDOR_ID | expand

Message

Hans Verkuil July 25, 2024, 11:52 a.m. UTC
This relies on the uAPI CEC changes from (1).

It adds support for the new flag to cec-ctl and corresponding
compliance tests to cec-compliance.

Regards,

	Hans

(1): https://lore.kernel.org/linux-media/cover.1721907715.git.hverkuil-cisco@xs4all.nl/T/#m3dbb0e6242db004eb827d17012635be4cf83644f

Hans Verkuil (2):
  cec-ctl: add support for CEC_MSG_FL_REPLY_VENDOR_ID
  cec-compliance: add tests for CEC_MSG_FL_REPLY_VENDOR_ID

 utils/cec-compliance/cec-compliance.cpp   |  2 +
 utils/cec-compliance/cec-compliance.h     |  2 +
 utils/cec-compliance/cec-test-adapter.cpp | 90 ++++++++++++++++++++++-
 utils/cec-ctl/cec-ctl.cpp                 |  9 ++-
 utils/libcecutil/cec-info.cpp             |  2 +
 utils/libcecutil/cec-parse.cpp            |  2 +-
 6 files changed, 103 insertions(+), 4 deletions(-)