just out of curiosity, what's the difference between
"case SAA7134_BOARD_ADS_INSTANT_TV:
       dev->has_remote = SAA7134_REMOTE_GPIO;
       break; "
and
"case SAA7134_BOARD_FLYDVBS_LR300:
       saa_writeb(SAA7134_GPIO_GPMODE3, 0x80);
       saa_writeb(SAA7134_GPIO_GPSTATUS2, 0x40);
       dev->has_remote = SAA7134_REMOTE_GPIO;
       break; "
?

could it be that the repeating keys come from not using that saa_writeb thing ?

Morvan Le Meut a écrit :
wait, from that webpage, the gpio would be different for each key, independently from the mask, so my previous attempt with ir_debug=1 means that the gpio itself is read incorrectly .. :(


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html




--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to