Hi Mauro!

> This is problematic, as it seems to be country-specific and/or
> demod-specific. 
> We'll need to work on a different solution for it. On what Country do you
> live?
> By looking at HVR1400 entry, it uses a dibcom 7000p demod.
> We need to know what are country/demod for the users for whose the old
> code
> were broken.

I live in Germany. In which country, with which hardware does the old code 
work, and the new not?

Old code:

if (priv->cur_fw.type & DTV7)
        offset += 500000;


New code:

if (priv->firm_version < 0x0302) {
        if (priv->cur_fw.type & DTV7)
                offset += 500000;
} else {
        if (priv->cur_fw.type & DTV7)
                offset -= 300000;
        else if (type != ATSC) /* DVB @6MHz, DTV 8 and DTV 7/8 */
                offset += 200000;
}

Cheers,
Alina
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to