[PATCH] ir-nec-decoder: fix repeat key issue

2010-12-29 Thread Mariusz Białończyk
they appear after rc_keyup. Signed-off-by: Mariusz Białończyk --- The patch is created against staging/for_v2.6.38. drivers/media/rc/ir-nec-decoder.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/drivers/media/rc/ir-nec-decoder.c b/drivers/media/rc/ir-nec

Re: [PATCH] V4L/DVB: cx88: Add module parameter to disable IR

2010-11-17 Thread Mariusz Białończyk
27;t it related with your patch? -- Mariusz Białończyk jabber/e-mail: ma...@skyboo.net http://manio.skyboo.net -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATH] Fix rc-tbs-nec table after converting the cx88 driver to ir-core

2010-11-15 Thread Mariusz Białończyk
The patch fixes the rc-tbs-nec table after converting drivers/media/video/cx88 to ir-core (commit ba7e90c9f878e0ac3c0614a5446fe5c62ccc33ec). It is also adds two missing buttons (10- and 10+) with its definition (KEY_10CHANNELSUP and KEY_10CHANNELSDOWN). Signed-off-by: Mariusz Białończyk