Support for PCTV340e was broken for a long time. The regression happened due to changeset 6fe1099c7aec. The above changeset was right, as it improves device tuning, but there's a bug at xc4000 get_frequency(): instead of returning the tuned frequency, it was returning the frequency minus an offset. While there, I noticed that the firmware name was wrong (or not updated), as the xc4000 firmware main source is: http://www.kernellabs.com/firmware/xc4000/ So, add support for both firmware names, trying first: dvb-fe-xc4000-1.4.1.fw If it fails, try the previous firmware name: dvb-fe-xc4000-1.4.fw This way, we warrand backward compatibility. Mauro Carvalho Chehab (3): xc4000: Update firmware name xc4000: add module meta-tag with the firmware names xc4000: Fix get_frequency() drivers/media/tuners/xc4000.c | 47 ++++++++++++++++++++++++++++++------------- 1 file changed, 33 insertions(+), 14 deletions(-) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html