The patch number 9009 was added via Steven Toth <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Steven Toth  <[EMAIL PROTECTED]>
Nova-se2 / Nova-s-plus Intersil6421 power fix to support switches.


Priority: normal

Signed-off-by: Steven Toth <[EMAIL PROTECTED]>


---

 linux/drivers/media/video/cx88/cx88-dvb.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff -r b9ff5b131c51 -r c4a6dc8f38bc linux/drivers/media/video/cx88/cx88-dvb.c
--- a/linux/drivers/media/video/cx88/cx88-dvb.c Sat Sep 13 17:15:17 2008 -0400
+++ b/linux/drivers/media/video/cx88/cx88-dvb.c Sat Sep 13 18:22:15 2008 -0400
@@ -393,7 +393,7 @@ static int tevii_dvbs_set_voltage(struct
                        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_de
                                               &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_de
                }
                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) {


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/c4a6dc8f38bca8a28620b1c86b8c385eb7424569

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to