budget-ci.c : Wrong IR map for bundled Technotrend S2-3200 remote

Newsy Paper <[email protected]> Wed, 8 Sep 2010 14:38:29 +0000 (GMT)
Newsgroups gmane.linux.drivers.video-input-infrastructure,gmane.linux.drivers.dvb
Message-ID <[email protected]>
Hi!

in budget-ci.c RC_MAP_TT_3200 is set for a Technotrend S2-3200. But this RC map doesn't seems to be 100% correct. 

       case 0x1019:
                /* For the TT 3200 bundled remote */
                ir_codes = RC_MAP_TT_3200;
                break;

if I set ir_codes = RC_MAP_TT_1500 
all keys will be recognized with evtest. So RC_MAP_TT_1500 is the correct map

So are there different revisions of remotes bundled with Technotrend S2-3200?
Or is this just a driver bug?

kind regards

Newsy