summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorSteven Toth <stoth@linuxtv.org>2008-09-13 18:22:15 -0400
committerSteven Toth <stoth@linuxtv.org>2008-09-13 18:22:15 -0400
commit245b4eb5b23a490cde8b828c00ebaebf6b350c21 (patch)
tree0340788b5e4bad42d645ef9c06baebe210098506 /linux
parent7d66b3c4dc460d812e2f899802be74dc0c7be39b (diff)
downloadmediapointer-dvb-s2-245b4eb5b23a490cde8b828c00ebaebf6b350c21.tar.gz
mediapointer-dvb-s2-245b4eb5b23a490cde8b828c00ebaebf6b350c21.tar.bz2
Nova-se2 / Nova-s-plus Intersil6421 power fix to support switches.
From: Steven Toth <stoth@linuxtv.org> Priority: normal Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/video/cx88/cx88-dvb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c
index 007576f6d..69dd8faf9 100644
--- a/linux/drivers/media/video/cx88/cx88-dvb.c
+++ b/linux/drivers/media/video/cx88/cx88-dvb.c
@@ -393,7 +393,7 @@ static int tevii_dvbs_set_voltage(struct dvb_frontend *fe,
cx_write(MO_GP0_IO, 0x00006060);
break;
case SEC_VOLTAGE_OFF:
- printk("LNB Voltage SEC_VOLTAGE_off\n");
+ printk("LNB Voltage SEC_VOLTAGE_off\n");
break;
}
@@ -854,7 +854,7 @@ static int dvb_register(struct cx8802_dev *dev)
&core->i2c_adap);
if (dev->dvb.frontend) {
if (!dvb_attach(isl6421_attach, dev->dvb.frontend,
- &core->i2c_adap, 0x08, 0x00, 0x00))
+ &core->i2c_adap, 0x08, ISL6421_DCL, 0x00))
goto frontend_detach;
}
break;
@@ -965,7 +965,7 @@ static int dvb_register(struct cx8802_dev *dev)
}
break;
case CX88_BOARD_TEVII_S460:
- dev->dvb.frontend = dvb_attach(cx24116_attach,
+ dev->dvb.frontend = dvb_attach(cx24116_attach,
&tevii_s460_config,
&core->i2c_adap);
if (dev->dvb.frontend != NULL) {