mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
v4l-utils: replace streamzap fix with proposed upstream patch
See http://www.mail-archive.com/linux-media@vger.kernel.org/msg108483.html Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
3f206c3046
commit
57a942b084
@ -1,23 +0,0 @@
|
|||||||
commit e853648f9ff0682f0b217de541d96f398509ff0b
|
|
||||||
Author: Sean Young <sean@mess.org>
|
|
||||||
Date: Wed Nov 9 14:13:33 2016 -0200
|
|
||||||
|
|
||||||
ir-keytable: make it possible to select the rc5 streamzap variant
|
|
||||||
|
|
||||||
It was not possible to select the rc-5-sz protocol.
|
|
||||||
|
|
||||||
Signed-off-by: Sean Young <sean@mess.org>
|
|
||||||
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|
|
||||||
|
|
||||||
diff --git a/utils/keytable/keytable.c b/utils/keytable/keytable.c
|
|
||||||
index 3922ad2..202610a 100644
|
|
||||||
--- a/utils/keytable/keytable.c
|
|
||||||
+++ b/utils/keytable/keytable.c
|
|
||||||
@@ -123,6 +123,7 @@ const struct protocol_map_entry protocol_map[] = {
|
|
||||||
{ "rc5", NULL, SYSFS_RC5 },
|
|
||||||
{ "rc-5x", NULL, SYSFS_INVALID },
|
|
||||||
{ "rc5x", NULL, SYSFS_INVALID },
|
|
||||||
+ { "rc-5-sz", NULL, SYSFS_RC5_SZ },
|
|
||||||
{ "jvc", "/jvc_decoder", SYSFS_JVC },
|
|
||||||
{ "sony", "/sony_decoder",SYSFS_SONY },
|
|
||||||
{ "sony12", NULL, SYSFS_INVALID },
|
|
Loading…
x
Reference in New Issue
Block a user