diff options
author | Michael Krufky <devnull@localhost> | 2005-11-22 19:32:26 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-11-22 19:32:26 +0000 |
commit | 3a91d08ab4b317c3bce60582b5f2f44023a3703c (patch) | |
tree | fbd7534e53504f2622c3911b75e05245b4187f8d /v4l | |
parent | 121cfbfec54c1ef2acd9ba1a92787f44ef23e708 (diff) | |
download | mediapointer-dvb-s2-3a91d08ab4b317c3bce60582b5f2f44023a3703c.tar.gz mediapointer-dvb-s2-3a91d08ab4b317c3bce60582b5f2f44023a3703c.tar.bz2 |
add support for KWorld DVB-S 100
From: Vadim Catana <skystar@moldova.cc>
- add support for KWorld DVB-S 100, based on the same chips as Hauppauge
Nova-S Plus (CX23883/CX24123/CX24109), without the Intersil ISL6421,
which is used for LNB control.
- LNB voltage and tone are controled by LNBDC and LNBTone bits from
register 0x29 of the CX24123 demodulator.
- The MO_GP0_IO register from CX23883 is used to turn LNB power on and off.
Signed-off-by: Vadim Catana <skystar@moldova.cc>
Acked-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 7590fa5ea..2d7debc66 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,23 @@ +2005-11-22 19:30 mkrufky + + * ../linux/Documentation/video4linux/CARDLIST.cx88: + * ../linux/drivers/media/video/cx88/cx88-cards.c: + (cx88_card_setup): + * ../linux/drivers/media/video/cx88/cx88-dvb.c: + (cx24123_enable_lnb_voltage), (dvb_register): + * ../linux/drivers/media/video/cx88/cx88.h: + - add support for KWorld DVB-S 100, based on the same chips as + Hauppauge Nova-S Plus (CX23883/CX24123/CX24109), without the + Intersil ISL6421, which is used for LNB control. + - LNB voltage and tone are controled by LNBDC and LNBTone bits + from register 0x29 of the CX24123 demodulator. + - The MO_GP0_IO register from CX23883 is used to turn LNB power + on and off. + + Signed-off-by: Vadim Catana <skystar@moldova.cc> + Acked-by: Johannes Stezenbach <js@linuxtv.org> + Signed-off-by: Michael Krufky <mkrufky@m1k.net> + 2005-11-22 03:46 mkrufky * ../v4l/scripts/merge-trees.sh: |