The patch number 8465 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]>
cx23885: Ensure PAD_CTRL is always reset to a sensible default


PAD_CTRL controls TS1 and TS2 input and output states, if the register
became corrupt the driver was never able to recover.

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


---

 linux/drivers/media/video/cx23885/cx23885-core.c |    1 +
 1 file changed, 1 insertion(+)

diff -r 45e7283105ba -r 750bbb279420 
linux/drivers/media/video/cx23885/cx23885-core.c
--- a/linux/drivers/media/video/cx23885/cx23885-core.c  Fri Jun 27 23:48:18 
2008 -0400
+++ b/linux/drivers/media/video/cx23885/cx23885-core.c  Fri Jun 27 23:52:45 
2008 -0400
@@ -461,6 +461,7 @@ static void cx23885_reset(struct cx23885
        cx_write(AUDIO_INT_INT_STAT, 0xffffffff);
        cx_write(AUDIO_EXT_INT_STAT, 0xffffffff);
        cx_write(CLK_DELAY, cx_read(CLK_DELAY) & 0x80000000);
+       cx_write(PAD_CTRL, 0x00500300);
 
        mdelay(100);
 


---

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

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

Reply via email to