diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2008-04-13 17:47:53 +0200 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2008-04-13 17:47:53 +0200 |
commit | e5007b56b335b89a9bd6cbeeff0eadd2feebd1c2 (patch) | |
tree | 94234e4ee703670f1cbfd7b72e4bc585a7c0d415 /linux/drivers/media/dvb/ttpci | |
parent | 566bd7b8b0b4e1e585437231d1f8a4d152f5bb27 (diff) | |
download | mediapointer-dvb-s2-e5007b56b335b89a9bd6cbeeff0eadd2feebd1c2.tar.gz mediapointer-dvb-s2-e5007b56b335b89a9bd6cbeeff0eadd2feebd1c2.tar.bz2 |
Support for DVB-S demod PN1010 (clone of S5H1420) added
From: Patrick Boettcher <pb@linuxtv.org>
This device is a clone of the PN1010 used by SkyStar2 rev2.7 .
This patch adds support for the flexcop-device and makes the driver look a little bit nicer.
It needs to be checked whether the driver is still ok for the budget-cards.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/ttpci')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/budget.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget.c b/linux/drivers/media/dvb/ttpci/budget.c index 829576dc2..e36c32528 100644 --- a/linux/drivers/media/dvb/ttpci/budget.c +++ b/linux/drivers/media/dvb/ttpci/budget.c @@ -358,6 +358,7 @@ static int s5h1420_tuner_set_params(struct dvb_frontend* fe, struct dvb_frontend static struct s5h1420_config s5h1420_config = { .demod_address = 0x53, .invert = 1, + .cdclk_polarity = 1, }; static struct tda10086_config tda10086_config = { |