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: v4l-utils: sync-with-kernel Author: Hans Verkuil <hans.verk...@cisco.com> Date: Sun Aug 20 16:49:25 2017 +0200 RC_TYPE_ was renamed to RC_PROTO_, so update gen_keytables.pl script. Signed-off-by: Hans Verkuil <hans.verk...@cisco.com> utils/keytable/gen_keytables.pl | 2 +- utils/keytable/rc_maps.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=15df21b333e243827ac0f89d7f4f307bf0968baf diff --git a/utils/keytable/gen_keytables.pl b/utils/keytable/gen_keytables.pl index 077a9243ad54..645457eca576 100755 --- a/utils/keytable/gen_keytables.pl +++ b/utils/keytable/gen_keytables.pl @@ -105,7 +105,7 @@ sub parse_file($$) $check_type = 0; next; } - if (m/RC_TYPE_([\w\d_]+)/) { + if (m/RC_PROTO_([\w\d_]+)/) { $type = $1; # Proper name the RC6 protocol diff --git a/utils/keytable/rc_maps.cfg b/utils/keytable/rc_maps.cfg index d212c54c2212..082557aa64d0 100644 --- a/utils/keytable/rc_maps.cfg +++ b/utils/keytable/rc_maps.cfg @@ -142,6 +142,7 @@ * rc-videomate-tv-pvr videomate_tv_pvr * rc-winfast-usbii-deluxe winfast_usbii_deluxe * rc-winfast winfast +* rc-zx-irdec zx_irdec # * * a800 # found in a800.c # * * af9005 # found in af9005-remote.c # * * az6027 # found in az6027.c _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits