aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2021-06-16 09:13:12 +0200
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2021-06-16 09:13:12 +0200
commit154a4242117c6f407f2554e0129d21d195366fc1 (patch)
treeea10cc39c414322054af0cbdbff4443cdc05db16
parent04ad17f8f850a5c35de6e0f8b8b1e9e76e66ffca (diff)
downloadv4l-utils-154a4242117c6f407f2554e0129d21d195366fc1.tar.gz
libcecutil/cec-info.cpp: rename Reserved to Backup
Logical Addresses 12 and 13 were called Reserved 1/2 in CEC 1.4, but were renamed to Backup 1/2 in CEC 2.0. Follow that new name, also because the corresponding #defines in cec.h use BACKUP as well. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-rw-r--r--utils/libcecutil/cec-info.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/libcecutil/cec-info.cpp b/utils/libcecutil/cec-info.cpp
index 3c768261..87aa00a2 100644
--- a/utils/libcecutil/cec-info.cpp
+++ b/utils/libcecutil/cec-info.cpp
@@ -244,9 +244,9 @@ const char *cec_la2s(unsigned la)
case 11:
return "Playback Device 3";
case 12:
- return "Reserved 1";
+ return "Backup 1";
case 13:
- return "Reserved 2";
+ return "Backup 2";
case 14:
return "Specific";
case 15: