The patch number 8190 was added via Mauro Carvalho Chehab <[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: Mauro Carvalho Chehab  <[EMAIL PROTECTED]>
merge: /home/v4l/tmp/newpatches/hg_v4l-dvb_2.patch


Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>


---

 linux/drivers/media/video/cx18/cx18-cards.c |    4 ++--
 linux/drivers/media/video/cx18/cx18-i2c.c   |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff -r f7392ddf64db -r c53c8022e6ef linux/drivers/media/video/cx18/cx18-cards.c
--- a/linux/drivers/media/video/cx18/cx18-cards.c       Mon Jul 07 11:42:58 
2008 -0300
+++ b/linux/drivers/media/video/cx18/cx18-cards.c       Mon Jul 07 11:44:24 
2008 -0300
@@ -196,7 +196,7 @@ static const struct cx18_card cx18_card_
 static const struct cx18_card cx18_card_mpc718 = {
        .type = CX18_CARD_YUAN_MPC718,
        .name = "Yuan MPC718",
-       .comment = "Some Composite and S-Video inputs are currently working.\n",
+       .comment = "Analog video capture works; some audio line in may not.\n",
        .v4l2_capabilities = CX18_CAP_ENCODER,
        .hw_audio_ctrl = CX18_HW_CX23418,
        .hw_all = CX18_HW_TUNER,
@@ -229,7 +229,7 @@ static const struct cx18_card cx18_card_
                .tune_lane = 0,
                .initial_emrs = 2,
        },
-       .xceive_pin = 15,
+       .xceive_pin = 0,
        .pci_list = cx18_pci_mpc718,
        .i2c = &cx18_i2c_std,
 };
diff -r f7392ddf64db -r c53c8022e6ef linux/drivers/media/video/cx18/cx18-i2c.c
--- a/linux/drivers/media/video/cx18/cx18-i2c.c Mon Jul 07 11:42:58 2008 -0300
+++ b/linux/drivers/media/video/cx18/cx18-i2c.c Mon Jul 07 11:44:24 2008 -0300
@@ -439,6 +439,7 @@ int init_cx18_i2c(struct cx18 *cx)
        write_reg_sync(0x00c000c0, 0xc7001c);
        mdelay(10);
        write_reg_sync(0x00c00000, 0xc7001c);
+       mdelay(10);
 
        write_reg_sync(0x00c00000, 0xc730c8); /* Set to edge-triggered intrs. */
        write_reg_sync(0x00c00000, 0xc730c4); /* Clear any stale intrs */


---

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

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to