~libv4l/libv4l/dev

« back to all changes in this revision

Viewing changes to utils/cec-compliance/cec-compliance.h

  • Committer: Hans Verkuil
  • Author(s): Deborah Brouwer
  • Date: 2021-07-01 06:02:03 UTC
  • Revision ID: git-v1:4bd445e957157d3cfd7dc26daca1d5a4327f8fd7
cec: expand One Touch Record tests

Expand the One Touch Record tests so that the follower and initiator know
their local and remote device types and respond accordingly. Send Record
TV Screen and check that Record On source replies are valid. Send Record
On source messages and check that Record Status replies are valid. Send
Record Off and check that the recording terminates.

Signed-off-by: Deborah Brouwer <deborahbrouwer3563@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
        struct remote remote[16];
167
167
        __u16 phys_addr;
168
168
        bool in_standby;
 
169
        __u8 prim_devtype;
169
170
};
170
171
 
171
172
struct remote_subtest {