diff options
author | Michael Krufky <devnull@localhost> | 2005-07-20 05:33:33 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-20 05:33:33 +0000 |
commit | d9ecded0226ae28f648426cd715417dc20bcd7e4 (patch) | |
tree | 601370dabacf913f02f981fe837a4b4329b74bde /v4l | |
parent | 57cf6ed6fe6387b0c751cec7fb66fe65bded9034 (diff) | |
download | mediapointer-dvb-s2-d9ecded0226ae28f648426cd715417dc20bcd7e4.tar.gz mediapointer-dvb-s2-d9ecded0226ae28f648426cd715417dc20bcd7e4.tar.bz2 |
* 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>
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 |