--- zzzz-none-000/linux-2.4.17/drivers/media/video/saa7111.c 2001-09-30 19:26:06.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/drivers/media/video/saa7111.c 2004-11-24 13:22:46.000000000 +0000 @@ -20,9 +20,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ - -#include +#include #include +#include #include #include #include @@ -149,9 +149,17 @@ 0x0d, 0x00, /* 0d - HUE=0 */ 0x0e, 0x01, /* 0e - CDTO=0, CSTD=0, DCCF=0, FCTC=0, CHBW=1 */ 0x0f, 0x00, /* 0f - reserved */ +#ifndef CONFIG_ARCH_NETWINDER 0x10, 0x48, /* 10 - OFTS=1, HDEL=0, VRLN=1, YDEL=0 */ +#else + 0x10, 0xc8, /* 10 - YUV CCIR 656, 8 bits */ +#endif 0x11, 0x1c, /* 11 - GPSW=0, CM99=0, FECO=0, COMPO=1, OEYC=1, OEHV=1, VIPB=0, COLO=0 */ +#ifndef CONFIG_ARCH_NETWINDER 0x12, 0x00, /* 12 - output control 2 */ +#else + 0x12, 0x80, /* 12 - Horizontal Locked on pin 39 */ +#endif 0x13, 0x00, /* 13 - output control 3 */ 0x14, 0x00, /* 14 - reserved */ 0x15, 0x00, /* 15 - VBI */