This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: keytable.c: add support for the CEC protocol
Author:  Hans Verkuil <hverk...@xs4all.nl>
Date:    Mon Aug 7 14:52:01 2017 +0200

The CEC protocol wasn't known, so 'Supported protocols:' would just say
'other' instead of 'cec'.

Signed-off-by: Hans Verkuil <hans.verk...@cisco.com>
Acked-by: Sean Young <s...@mess.org>

 utils/keytable/keytable.c | 2 ++
 1 file changed, 2 insertions(+)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=c88e6ed877a72e21a39271ea851589523326af2c
diff --git a/utils/keytable/keytable.c b/utils/keytable/keytable.c
index 634f45617285..55abfc19d359 100644
--- a/utils/keytable/keytable.c
+++ b/utils/keytable/keytable.c
@@ -106,6 +106,7 @@ enum sysfs_protocols {
        SYSFS_RC6               = (1 << 10),
        SYSFS_SHARP             = (1 << 11),
        SYSFS_XMP               = (1 << 12),
+       SYSFS_CEC               = (1 << 13),
        SYSFS_INVALID           = 0,
 };
 
@@ -138,6 +139,7 @@ const struct protocol_map_entry protocol_map[] = {
        { "rc-6-mce",   NULL,           SYSFS_INVALID   },
        { "sharp",      NULL,           SYSFS_SHARP     },
        { "xmp",        "/xmp_decoder", SYSFS_XMP       },
+       { "cec",        NULL,           SYSFS_CEC       },
        { NULL,         NULL,           SYSFS_INVALID   },
 };
 

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

Reply via email to