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: add support for imon protocol
Author:  Sean Young <s...@mess.org>
Date:    Fri Mar 23 10:18:44 2018 +0000

Signed-off-by: Sean Young <s...@mess.org>

 utils/common/ir-encode.c  | 1 +
 utils/keytable/keytable.c | 2 ++
 2 files changed, 3 insertions(+)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=098e402950fd45b5a572cccfe1d103661d418417
diff --git a/utils/common/ir-encode.c b/utils/common/ir-encode.c
index e6b65b5be5df..c7e319eb7ac6 100644
--- a/utils/common/ir-encode.c
+++ b/utils/common/ir-encode.c
@@ -376,6 +376,7 @@ static const struct {
        [RC_PROTO_MCIR2_MSE] = { "mcir2-mse" },
        [RC_PROTO_XMP] = { "xmp" },
        [RC_PROTO_CEC] = { "cec" },
+       [RC_PROTO_IMON] = { "imon", 0x7fffffff },
 };
 
 static bool str_like(const char *a, const char *b)
diff --git a/utils/keytable/keytable.c b/utils/keytable/keytable.c
index 925eab0005fa..482fcf869316 100644
--- a/utils/keytable/keytable.c
+++ b/utils/keytable/keytable.c
@@ -116,6 +116,7 @@ enum sysfs_protocols {
        SYSFS_SHARP             = (1 << 11),
        SYSFS_XMP               = (1 << 12),
        SYSFS_CEC               = (1 << 13),
+       SYSFS_IMON              = (1 << 14),
        SYSFS_INVALID           = 0,
 };
 
@@ -149,6 +150,7 @@ const struct protocol_map_entry protocol_map[] = {
        { "sharp",      NULL,           SYSFS_SHARP     },
        { "xmp",        "/xmp_decoder", SYSFS_XMP       },
        { "cec",        NULL,           SYSFS_CEC       },
+       { "imon",       NULL,           SYSFS_IMON      },
        { 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