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

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

 



Ales Jurik wrote:
> 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.

I originally added the TT 1500 remote keymap handling and on my TT1500 C 
device the correct subsystem id was 0x1017. It seems like 0x1019 would need 
to be added for the 3200. I've also had people tell me that the TT 1500 T has 
the subsystem id 0x1012, so in order to make the bundled remote work with the 
T model that case should be moved here too.

Is anyone on the list aware of any breakage which would occur on their systems 
if the code was changed to be like this:

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

If not, I could make the patch and mail it to the linux-dvb list.


-- 
Ville-Pekka Vainio

_______________________________________________
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