Re: TT-S2 3200 remote doesn't work properly - wrong keymap?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tuesday 04 of November 2008, hudo kkow wrote:
> Hi, there.
>
> My 3200 remote isn't working properly with v4l-dvb current drivers.
> Some buttons are switched (power button is 2, 2 is 4, 3 is 5 and so
> on) or unresponsive.
>
> Any ideas as what's going on were? There was a fix for multiproto that
> involved patching yourpath/linux/drivers/media/dvb/ttpci/budget-ci.c
> with something like:
>
>         break;
>         case 0x1010:
>         case 0x1017:
>                 /* for the Technotrend 1500 bundled remote */
>                 ir_input_init(input_dev, &budget_ci->ir.state,
>                               IR_TYPE_RC5, ir_codes_tt_1500);
>
> to something like:
>
> break;
>         case 0x1010:
>         case 0x1017:
>         case 0x1019:
>                 /* for the Technotrend 1500 bundled remote */
>                 ir_input_init(input_dev, &budget_ci->ir.state,
>                               IR_TYPE_RC5, ir_codes_tt_1500);
>
> Editing the file on v4l-dvb shows this:
>
> break;
>         case 0x1010:
>         case 0x1017:
>         case 0x101a:
>                 /* for the Technotrend 1500 bundled remote */
>                 ir_input_init(input_dev, &budget_ci->ir.state,
>                               IR_TYPE_RC5, ir_codes_tt_1500);
>
> The third value on v4l-dvb is different. Any ideas?

On some markets the TT S2-3200 is sold with remote originally from TT 1500, so 
in this cases the table from TT 1500 should be used. Edit the code to:

break;
        case 0x1010:
        case 0x1017:
        case 0x1019:
        case 0x101a:
                /* for the Technotrend 1500 bundled remote */

and everything should be ok.

BR,

Ales

_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux