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: gen_keytables.pl: fix NEC32 generation
Author:  Sean Young <s...@mess.org>
Date:    Thu Oct 4 20:17:25 2018 +0100

nec32 is nec protocol but nec32 variant.

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

 utils/keytable/gen_keytables.pl | 3 +++
 1 file changed, 3 insertions(+)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=aca008e8b4112ac7f41987b6f40ffb118a39c528
diff --git a/utils/keytable/gen_keytables.pl b/utils/keytable/gen_keytables.pl
index fbb0db71256f..4124e3666337 100755
--- a/utils/keytable/gen_keytables.pl
+++ b/utils/keytable/gen_keytables.pl
@@ -122,6 +122,9 @@ sub parse_file($$)
 
                                # NECX protocol variant uses nec decoder
                                $type =~ s/^NECX$/NEC/;
+
+                               # NEC32 protocol variant uses nec decoder
+                               $type =~ s/^NEC32$/NEC/;
                                $type = lc $type;
                        }
                        next;

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

Reply via email to