Hi.
It's been a while since I got my cards working, but the remote never
worked any good. So today I took some time and look into the problem. I
found that using polling solved it, but since I own this somewhat
special card it's not straight forward to add the code.
The problem is that the card is seen as a Compro Videomate DVB-T200 but
then it checks the eeprom to see if it's a DVB-T200A card, and then
reconfigure it. This create some problem with the input stuff, since
it's loaded before the reconfigure is done. I don't know if the remote
is working with Compro Videomate DVB-T200 and T300 cards. If so, this
patch could break the remotes for these devices.
Using this patch I solved the problem with my remote. Anyone with more
knowledge about the code might wanna check to see if this could be done
exclusive on the DVB-T200A.
/Jonas
diff -r 4214538d8a33 linux/drivers/media/video/saa7134/saa7134-input.c
--- a/linux/drivers/media/video/saa7134/saa7134-input.c Thu May 03 16:01:02 2007 -0300
+++ b/linux/drivers/media/video/saa7134/saa7134-input.c Fri May 04 10:59:33 2007 +0200
@@ -314,6 +314,7 @@ int saa7134_input_init1(struct saa7134_d
ir_codes = ir_codes_videomate_tv_pvr;
mask_keycode = 0x003F00;
mask_keyup = 0x040000;
+ polling = 50; // ms
break;
case SAA7134_BOARD_FLYDVBT_LR301:
case SAA7134_BOARD_FLYDVBTDUO:
_______________________________________________
linux-dvb mailing list
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb