Without this secam will be displayed in black and white (PAL) diff -Naru linux-2.6.17.i686.orig/drivers/media/video/saa7115.c linux-2.6.17.i686/drivers/media/video/saa7115.c --- linux-2.6.17.i686.orig/drivers/media/video/saa7115.c 2006-09-25 16:29:00.000000000 +0100 +++ linux-2.6.17.i686/drivers/media/video/saa7115.c 2006-09-25 16:30:33.000000000 +0100 @@ -734,6 +734,8 @@ reg |= 0x10; } else if (std == V4L2_STD_NTSC_M_JP) { reg |= 0x40; + } else if (std == V4L2_STD_SECAM) { + reg |= 0x50; } saa7115_write(client, 0x0e, reg); }