> Holger, > > Thanks for your patch, it has enabled me to view HD with VDR. > > Does your patch work OK with the new vdr 1.5.13 patches from Reinhard > Nissl? When I try to use it, I get a "Channel Not Available" message > with DVB-S2 on my Nova-S2 (HVR4000 lite). > > Perhaps it is not declaring the card as DVB-S2 capable? > > I'd be interested if you, or anyone else on the mailing list is having > similar problems with this version of the patch. > > Thanks > Hi, Just to update the above - I updated cx24116.c in Holger's orignal patch to work with DVB-S2 and vdr-1.5.13 with the latest patches from Reinhard. Apply this patch to add the fix. Confirmed working fine with VDR-1.5.13 and: - vdr-1.5.13-addon-h264_autodetect.diff vdr-1.5.13-dvbs2-h264-syncearly-framespersec-audioindexer-fielddetection-speedup.diff Regards, Morfsta
--- multiproto/linux/drivers/media/dvb/frontends/cx24116.c 2008-01-26 18:49:56.000000000 +0000 +++ multiproto.worked/linux/drivers/media/dvb/frontends/cx24116.c 2008-01-26 17:23:21.000000000 +0000 @@ -1490,6 +1490,16 @@ static int cx24116_get_frontend(struct d return ret; } +static int cx24116_get_delsys(struct dvb_frontend *fe, + enum dvbfe_delsys *fe_delsys) +{ + dprintk("%s()\n",__FUNCTION__); + *fe_delsys = DVBFE_DELSYS_DVBS | DVBFE_DELSYS_DVBS2; + + return 0; +} + + /* * Initialise or wake up device * @@ -1579,6 +1589,7 @@ static struct dvb_frontend_ops cx24116_o .set_voltage = cx24116_set_voltage, .diseqc_send_master_cmd = cx24116_send_diseqc_msg, .diseqc_send_burst = cx24116_diseqc_send_burst, + .get_delsys = cx24116_get_delsys, }; module_param(debug, int, 0644);
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb