public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Hauppauge WinTV MiniStick IR in 2.6.36 - [PATCH]
@ 2010-11-15 11:27 Richard Zidlicky
  2010-11-15 11:55 ` Anca Emanuel
  2010-11-15 12:35 ` Andy Walls
  0 siblings, 2 replies; 7+ messages in thread
From: Richard Zidlicky @ 2010-11-15 11:27 UTC (permalink / raw)
  To: linux-media, mchehab; +Cc: stefano.pompa

Hi,

for some users (thats at least one user in Italy and me) the following is required:

--- linux-2.6.36/drivers/media/dvb/siano/sms-cards.c.rz 2010-11-15 11:16:56.000000000 +0100
+++ linux-2.6.36/drivers/media/dvb/siano/sms-cards.c    2010-11-15 11:54:25.000000000 +0100
@@ -17,6 +17,9 @@
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
+//#include <media/ir-kbd-i2c.h>
+//#include <media/ir-core.h>
+
 #include "sms-cards.h"
 #include "smsir.h"
 
@@ -64,7 +67,7 @@
                .type   = SMS_NOVA_B0,
                .fw[DEVICE_MODE_ISDBT_BDA] = "sms1xxx-hcw-55xxx-isdbt-02.fw",
                .fw[DEVICE_MODE_DVBT_BDA] = "sms1xxx-hcw-55xxx-dvbt-02.fw",
-               .rc_codes = RC_MAP_RC5_HAUPPAUGE_NEW,
+               .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
                .board_cfg.leds_power = 26,
                .board_cfg.led0 = 27,
                .board_cfg.led1 = 28,

What is the way to achieve the effect without recompiling the kernel - is there any?
Could we combine the keymaps - as I understand it all RC5 maps could be combined into
one huge map without any problems except memory usage?

Richard

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-11-15 22:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-15 11:27 Hauppauge WinTV MiniStick IR in 2.6.36 - [PATCH] Richard Zidlicky
2010-11-15 11:55 ` Anca Emanuel
2010-11-15 12:05   ` Richard Zidlicky
2010-11-15 12:35 ` Andy Walls
2010-11-15 15:09   ` Richard Zidlicky
2010-11-15 21:59     ` Andy Walls
2010-11-15 22:57       ` Richard Zidlicky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox