[PATCH] DVICO Fusion DVB-T1 Tuner (LG-Z201) fix
authorGregory B Frost <frosts1@hotkey.net.au>
Wed, 27 Jul 2005 18:45:48 +0000 (11:45 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Jul 2005 23:26:15 +0000 (16:26 -0700)
commit9e00e48626474854bf712372fe6656ef4621af0f
treec8d4633c86d5160fb476c7b25b80c7283d8331da
parent617b586bca4eda775f93915b8efd586dddf7903c
[PATCH] DVICO Fusion DVB-T1 Tuner (LG-Z201) fix

It is a small modification to the table that defines the way that the
LG-Z201 tuner is controlled for the DVICO Fusion DVB-T1 tuner card.

I believe that a mistake was made when the dvb tuner code was reorganised
(to use a generic table for the tuner information instead of inline code)
and as a result, the DVICO card doesn't tune properly.

The modification I have made to the table makes it behave like it did with
the old inline tuner code that worked.  The patch is on top of the 2.6.12
kernel.

Signed-off-by: Gregory B Frost <frosts1@hotkey.net.au>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/dvb/frontends/dvb-pll.c