--- 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);