On Fri, 2011-10-14 at 22:10 +0200, Mauro Carvalho Chehab wrote: > This is an automatic generated email to let you know that the following patch were queued at the > http://git.linuxtv.org/media_tree.git tree: Ummm... > Subject: [media] cx25840: enable raw cc processing only for the cx23885 hardware ^^^^^^^^^^^^^^^^ > diff --git a/drivers/media/video/cx25840/cx25840-core.c b/drivers/media/video/cx25840/cx25840-core.c > index b7ee2ae..8896999 100644 > --- a/drivers/media/video/cx25840/cx25840-core.c > +++ b/drivers/media/video/cx25840/cx25840-core.c > @@ -702,6 +702,13 @@ static void cx231xx_initialize(struct i2c_client *client) ^^^^^^^^^^^^^^^^^^ Is this what was intended? > /* start microcontroller */ > cx25840_and_or(client, 0x803, ~0x10, 0x10); > + > + /* CC raw enable */ > + cx25840_write(client, 0x404, 0x0b); > + > + /* CC on */ > + cx25840_write(client, 0x42f, 0x66); > + cx25840_write4(client, 0x474, 0x1e1e601a); > } Regards, Andy -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html