From 3a91d08ab4b317c3bce60582b5f2f44023a3703c Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Tue, 22 Nov 2005 19:32:26 +0000 Subject: add support for KWorld DVB-S 100 From: Vadim Catana - 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 Acked-by: Johannes Stezenbach Signed-off-by: Michael Krufky --- v4l/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'v4l') 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 + Acked-by: Johannes Stezenbach + Signed-off-by: Michael Krufky + 2005-11-22 03:46 mkrufky * ../v4l/scripts/merge-trees.sh: -- cgit v1.2.3