diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index b54626f1a..c6d9c218e 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,5 +1,17 @@ 2005-07-20 05:18 mkrufky * cx88-dvb.c: + - Select the RF input connector based upon the type of + demodulation selected. ANT RF connector is selected for + 8-VSB and CABLE RF connector is selected for QAM64/QAM256. + This only affects the cards that use the Microtune 4042 tuner. + - This is patch #2 of a string of patches with counterparts in the + dvb-kernel tree affecting lgdt3302.c and lgdt3302.h + + Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> + Signed-off-by: Michael Krufky <mkrufky@m1k.net> + +2005-07-20 05:18 mkrufky + * cx88-dvb.c: - Remove the dvb_pll_desc from the frontend and replace with a pll_set-callback to isolate the tuner programming from the frontend. - This is patch #1 of a string of patches with counterparts in the |