Alle 01:58, martedì 16 gennaio 2007, Michael Krufky ha scritto: > I suspect that you will encounter the same exact problem as you had before. > If this is the case, you may want to play around with the following info: OK, here's the patch which makes the card work great. Easy, huh? Although, I don't know whether this will break the PCMCIA version or not, so it might be better to make a new card entry for this one? Another reason for that would be that this card also has FM Radio functions. I can try to make the new entry, if you want. Let me know! -- Giorgio ------------ Slackware GNU/Linux 11.0 user ------------- ICQ: 10238408 MSN: sukkopera@xxxxxxxxxx Web: http://www.sukkology.net
diff -r 344763ebb94b linux/drivers/media/video/saa7134/saa7134-cards.c --- a/linux/drivers/media/video/saa7134/saa7134-cards.c Sun Jan 14 09:33:24 2007 -0200 +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c Tue Jan 16 01:44:19 2007 +0100 @@ -3968,6 +3968,12 @@ struct pci_device_id saa7134_pci_tbl[] = .subvendor = 0x1131, .subdevice = 0x230f, .driver_data = SAA7134_BOARD_ENCORE_ENLTV_FM, + },{ + .vendor = PCI_VENDOR_ID_PHILIPS, + .device = PCI_DEVICE_ID_PHILIPS_SAA7133, + .subvendor = 0x153b, + .subdevice = 0x1175, + .driver_data = SAA7134_BOARD_CINERGY_HT_PCMCIA, },{ /* --- boards without eeprom + subsystem ID --- */ .vendor = PCI_VENDOR_ID_PHILIPS, diff -r 344763ebb94b linux/drivers/media/video/saa7134/saa7134-dvb.c --- a/linux/drivers/media/video/saa7134/saa7134-dvb.c Sun Jan 14 09:33:24 2007 -0200 +++ b/linux/drivers/media/video/saa7134/saa7134-dvb.c Tue Jan 16 03:38:52 2007 +0100 @@ -1423,7 +1423,7 @@ static int dvb_init(struct saa7134_dev * dev->dvb.frontend->ops.i2c_gate_ctrl = tda8290_i2c_gate_ctrl; dev->dvb.frontend->ops.tuner_ops.init = cinergy_ht_tuner_init; dev->dvb.frontend->ops.tuner_ops.sleep = cinergy_ht_tuner_sleep; - dev->dvb.frontend->ops.tuner_ops.set_params = philips_tiger_tuner_set_params; + dev->dvb.frontend->ops.tuner_ops.set_params = md8800_dvbt_pll_set; } break;
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb