diff options
author | Johan Fjeldtvedt <jaffe1@gmail.com> | 2016-08-15 11:20:09 +0200 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2016-08-15 13:05:39 +0200 |
commit | d96c9c5425c1fa40f273f1e84bf1e64165e1dea4 (patch) | |
tree | 7585366a011f7411a59de4a77a522ecb02ed8b93 /utils/cec-compliance/.gitignore | |
parent | a934cfa57541bb9b8284a7a8bb129b8fe67583e8 (diff) |
cec-compliance: add CEC compliance utility
This utility makes it possible to test the local CEC adapter and/or a remote
CEC device. It verifies as much as possible whether the CEC implementation
follows the CEC specification.
Note that these CEC features have currently limited test coverage:
One Touch Record
Deck Control
Device Menu Control
Audio Rate Control
Tuner Control
Timer Programming
Capability Discovery and Control
Vendor Specific Commands
There is also no or very limited testing for Unregistered devices,
CEC switches and CDC-only devices.
Many thanks to Johan Fjeldtvedt who did this work during his Cisco Summer
internship!
Signed-off-by: Johan Fjeldtvedt <jaffe1@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Diffstat (limited to 'utils/cec-compliance/.gitignore')
-rw-r--r-- | utils/cec-compliance/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/cec-compliance/.gitignore b/utils/cec-compliance/.gitignore new file mode 100644 index 00000000..35073175 --- /dev/null +++ b/utils/cec-compliance/.gitignore @@ -0,0 +1,2 @@ +cec-compliance +cec-table.h |