The patch number 12349 was added via Steven Toth <st...@kernellabs.com>
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:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Sohail Syyed  <linu...@hubstar.net>
cx88: HVR1300 ensure switching from Encoder to DVB-T and back is reliable


Current tip is broken and does not switch back to DVB-T correctly

Priority: high

Signed-off-by: Sohail Syyed <linu...@hubstar.net>
Signed-off-by: Steven Toth <st...@kernellabs.com>


---

 linux/drivers/media/video/cx88/cx88-mpeg.c |    4 ++++
 1 file changed, 4 insertions(+)

diff -r f8f134705b65 -r 12e2293d3a8a linux/drivers/media/video/cx88/cx88-mpeg.c
--- a/linux/drivers/media/video/cx88/cx88-mpeg.c        Fri Jul 24 16:19:39 
2009 -0300
+++ b/linux/drivers/media/video/cx88/cx88-mpeg.c        Sun Jul 26 10:06:20 
2009 -0400
@@ -129,6 +129,10 @@
                        udelay(100);
                        break;
                case CX88_BOARD_HAUPPAUGE_HVR1300:
+                       /* Enable MPEG parallel IO and video signal pins */
+                       cx_write(MO_PINMUX_IO, 0x88);
+                       cx_write(TS_SOP_STAT, 0);
+                       cx_write(TS_VALERR_CNTRL, 0);
                        break;
                case CX88_BOARD_PINNACLE_PCTV_HD_800i:
                        /* Enable MPEG parallel IO and video signal pins */


---

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

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

Reply via email to