Hans,
Thanks for the fix... can you also check following "strange" code regarding the
radio indicator..
In 'tveeprom.c', tveeprom_command()
------
eeprom_props[0] = eeprom->tuner_type;
eeprom_props[1] = eeprom->tuner_formats;
eeprom_props[2] = eeprom->model;
eeprom_props[3] = eeprom->revision;
eeprom_props[4] = eeprom->has_radio;
------
but in 'ivtv-driver.c', and in your radio fix 'eepromdata[2]' is the radio
indicator.
If you check the reported revision and model in dmesg, you can verify the bad
stuff.
/Corax
> It turns out that the two tuners you see on the PVR-500 are for TV only.
> Hidden behind all the casing is a TEA5767 radio tuner which is connected to
> the first of the two PVR150s only. So the first has radio, the second
> doesn't.
> Hans