This is an automatic generated email to let you know that the following patch 
were queued:

Subject: edid-decode: add support for new CABLE_STATUS bit in SCDS
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Thu Dec 9 09:45:59 2021 +0100

Missed this new bit.

Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 parse-cta-block.cpp | 2 ++
 1 file changed, 2 insertions(+)

---

diff --git a/parse-cta-block.cpp b/parse-cta-block.cpp
index 9a2ef8aa4787..576227823788 100644
--- a/parse-cta-block.cpp
+++ b/parse-cta-block.cpp
@@ -937,6 +937,8 @@ static void cta_hf_scdb(const unsigned char *x, unsigned 
length)
                printf("    SCDC Present\n");
        if (x[2] & 0x40)
                printf("    SCDC Read Request Capable\n");
+       if (x[2] & 0x20)
+               printf("    Supports Cable Status\n");
        if (x[2] & 0x10)
                printf("    Supports Color Content Bits Per Component 
Indication\n");
        if (x[2] & 0x08)

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to