diff --git a/packages/sysutils/v4l-utils/patches/v4l-utils-02-fix_OTHER_protocol.patch b/packages/sysutils/v4l-utils/patches/v4l-utils-02-fix_OTHER_protocol.patch new file mode 100644 index 0000000000..8d78494a8c --- /dev/null +++ b/packages/sysutils/v4l-utils/patches/v4l-utils-02-fix_OTHER_protocol.patch @@ -0,0 +1,12 @@ +diff -Naur v4l-utils-1.6.0/utils/keytable/keytable.c v4l-utils-1.6.0.patch/utils/keytable/keytable.c +--- v4l-utils-1.6.0/utils/keytable/keytable.c 2014-08-22 16:59:47.000000000 +0200 ++++ v4l-utils-1.6.0.patch/utils/keytable/keytable.c 2014-11-08 18:10:31.497084484 +0100 +@@ -487,6 +487,8 @@ + ch_proto |= RC_5_SZ; + else if (!strcasecmp(p,"xmp")) + ch_proto |= XMP; ++ else if (!strcasecmp(p,"other")) ++ ch_proto |= OTHER; + else if (!strcasecmp(p,"all")) + ch_proto |= ~0; + else