Re: [git:v4l-dvb/master] V4L/DVB: tuner-xc2028: fix tuning logic to solve a regression in Australia

2010-02-19 Thread Stefan Ringel
Am 19.02.2010 17:07, schrieb Patch from Mauro Carvalho Chehab: } div = (freq - offset + DIV / 2) / DIV; @@ -1114,17 +1152,22 @@ static int xc2028_set_params(struct dvb_frontend *fe, /* All S-code tables need a 200kHz shift */ if (priv-ctrl.demod) { -

Re: [git:v4l-dvb/master] V4L/DVB: tuner-xc2028: fix tuning logic to solve a regression in Australia

2010-02-19 Thread Mauro Carvalho Chehab
Stefan Ringel wrote: Am 19.02.2010 17:07, schrieb Patch from Mauro Carvalho Chehab: } div = (freq - offset + DIV / 2) / DIV; @@ -1114,17 +1152,22 @@ static int xc2028_set_params(struct dvb_frontend *fe, /* All S-code tables need a 200kHz shift */ if

Re: [git:v4l-dvb/master] V4L/DVB: tuner-xc2028: fix tuning logic to solve a regression in Australia

2010-02-19 Thread Stefan Ringel
Am 19.02.2010 21:51, schrieb Mauro Carvalho Chehab: Stefan Ringel wrote: Am 19.02.2010 17:07, schrieb Patch from Mauro Carvalho Chehab: } div = (freq - offset + DIV / 2) / DIV; @@ -1114,17 +1152,22 @@ static int xc2028_set_params(struct dvb_frontend *fe, /* All