diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2017-08-20 16:49:25 +0200 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2017-08-20 16:49:25 +0200 |
commit | 15df21b333e243827ac0f89d7f4f307bf0968baf (patch) | |
tree | 5f023f129708cea22f80419c5c3b31b9477c5cd1 | |
parent | 90fda725e26bc45966211d4231c55c5f671d99fc (diff) |
v4l-utils: sync-with-kernel
RC_TYPE_ was renamed to RC_PROTO_, so update gen_keytables.pl
script.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
-rwxr-xr-x | utils/keytable/gen_keytables.pl | 2 | ||||
-rw-r--r-- | utils/keytable/rc_maps.cfg | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/utils/keytable/gen_keytables.pl b/utils/keytable/gen_keytables.pl index 077a9243..645457ec 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 d212c54c..082557aa 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 |