[PATCH] [media] imon: Fix internal key table for 15c2:0034

2014-03-15 Thread Ulrich Eckhardt
. Signed-off-by: Ulrich Eckhardt u...@uli-eckhardt.de diff --git a/drivers/media/rc/imon.c b/drivers/media/rc/imon.c --- a/drivers/media/rc/imon.c +++ b/drivers/media/rc/imon.c @@ -47,7 +47,7 @@ #define MOD_AUTHOR Jarod Wilson ja...@wilsonet.com #define MOD_DESC Driver for SoundGraph

Re: [PATCH] [media] imon: Fix internal key table for 15c2:0034

2014-07-26 Thread Ulrich Eckhardt
Hi Mauro, Am 23.07.2014 22:55, schrieb Mauro Carvalho Chehab: Hi Ulrich, Em Sat, 15 Mar 2014 17:02:30 +0100 Ulrich Eckhardt uli-l...@uli-eckhardt.de escreveu: First of all, your emailer mangled the patch. It added extra spaces, converted tab into spaces, etc. The patch can't be applied like

Re: [PATCH 0/3] [media] imon: Fix internal key table for 15c2:0034

2014-07-26 Thread Ulrich Eckhardt
patch contains the key table changes for the DH102. And the last patch contains a bugfix that the panel keys does not work when a key on the remote was pressed. -- Ulrich Eckhardt http://www.uli-eckhardt.de Ein Blitzableiter auf dem Kirchturm ist das denkbar stärkste

Re: [PATCH 3/3] [media] imon: Fix not working front panel.

2014-07-26 Thread Ulrich Eckhardt
Make the front panel buttons working after another button on the remote was pressed. Signed-off-by: Ulrich Eckhardt u...@uli-eckhardt.de diff --git a/drivers/media/rc/imon.c b/drivers/media/rc/imon.c index c64acbf..3b392f7 100644 --- a/drivers/media/rc/imon.c +++ b/drivers/media/rc/imon.c

Re: [PATCH 2/3] [media] imon: Add internal key table for 15c2:0034

2014-07-26 Thread Ulrich Eckhardt
Add the key table for the Thermaltake DH-102 to the USB-Id 15c2:0034. Signed-off-by: Ulrich Eckhardt u...@uli-eckhardt.de diff --git a/drivers/media/rc/imon.c b/drivers/media/rc/imon.c index 74aa03e..c64acbf 100644 --- a/drivers/media/rc/imon.c +++ b/drivers/media/rc/imon.c @@ -307,6 +307,27

Tevii S480 on Unicable SCR System

2014-10-01 Thread Ulrich Eckhardt
: --- Best Regards Uli -- Ulrich Eckhardt http://www.uli-eckhardt.de Ein Blitzableiter auf dem Kirchturm ist das denkbar stärkste Misstrauensvotum gegen den lieben Gott. (Karl Krauss) -- To unsubscribe from this list: send the line

Re: Tevii S480 on Unicable SCR System

2014-10-08 Thread Ulrich Eckhardt
with the * first supported delivery system (ops-delsys[0]) */ - Am 01.10.2014 um 20:42 schrieb Ulrich Eckhardt: Hi, i have a development computer with a Tevii S480 connected to a Satellite channel router

Re: Tevii S480 on Unicable SCR System

2014-10-08 Thread Ulrich Eckhardt
Am 08.10.2014 um 20:00 schrieb Mauro Carvalho Chehab: Em Wed, 08 Oct 2014 18:52:09 +0200 Ulrich Eckhardt uli-l...@uli-eckhardt.de escreveu: /* +* Ensure that frontend voltage is switched off on initialization +*/ + if (dvb_powerdown_on_sleep) { I'm

[PATCH][media] imon: infrared control stopped working in kernel 3.17

2014-10-10 Thread Ulrich Eckhardt
adds the missing comparison for the RC_BIT_OTHER. Signed-off-by: Ulrich Eckhardt u...@uli-eckhardt.de diff --git a/drivers/media/rc/imon.c b/drivers/media/rc/imon.c --- a/drivers/media/rc/imon.c +++ b/drivers/media/rc/imon.c @@ -1579,7 +1579,8 @@ if (press_type == 0

[PATCH][media] Fix LNB supply voltage of Tevii S480 on initialization

2014-10-10 Thread Ulrich Eckhardt
. This patch switches off the LNB supply voltage on initialization of the frontend. Signed-off-by: Ulrich Eckhardt u...@uli-eckhardt.de diff --git a/drivers/media/dvb-frontends/ds3000.c b/drivers/media/dvb-frontends/ds3000.c --- a/drivers/media/dvb-frontends/ds3000.c +++ b/drivers/media/dvb