pvrusb2: fix 7MHz & 8MHz DVB-T tuner support for HVR1900 rev D1F5
authorMichael Krufky <mkrufky@linuxtv.org>
Tue, 7 Feb 2012 16:28:33 +0000 (13:28 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Apr 2012 16:53:02 +0000 (09:53 -0700)
commit58f3dcce144cf88dedeb89250545ae242532b3c9
tree50e46fb64abd6e96184af3275011bab7df1508c4
parent13c7e19eac321c1a19ab723b17e215d8e61a6c13
pvrusb2: fix 7MHz & 8MHz DVB-T tuner support for HVR1900 rev D1F5

commit 9ab2393fc3e460cd2040de1483918eb17abb822f upstream.

The D1F5 revision of the WinTV HVR-1900 uses a tda18271c2 tuner
instead of a tda18271c1 tuner as used in revision D1E9. To
account for this, we must hardcode the frontend configuration
to use the same IF frequency configuration for both revisions
of the device.

6MHz DVB-T is unaffected by this issue, as the recommended
IF Frequency configuration for 6MHz DVB-T is the same on both
c1 and c2 revisions of the tda18271 tuner.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Cc: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/video/pvrusb2/pvrusb2-devattr.c