camera: update hi253 driver.
authorzyc <zyc@rock-chips.com>
Wed, 17 Oct 2012 01:49:40 +0000 (09:49 +0800)
committerzyc <zyc@rock-chips.com>
Wed, 17 Oct 2012 01:50:01 +0000 (09:50 +0800)
drivers/media/video/hi253.c

index 128faf7899339bae3877dac923e889d49d1e3a4f..898dc1e90b0e203691aad9cf127b1aba821d2a47 100755 (executable)
@@ -1244,27 +1244,35 @@ static struct reginfo sensor_vga[] =
 
 /* 352X288 CIF */
 static struct reginfo sensor_cif[] =
-{};
+{
+       {END_REG, END_REG},
+};
 
 /* 320*240 QVGA */
 static  struct reginfo sensor_qvga[] =
-{};
+{
+       {END_REG, END_REG},
+};
 
 /* 176X144 QCIF*/
 static struct reginfo sensor_qcif[] =
-{};
+{
+       {END_REG, END_REG},
+};
 
 #endif
 static  struct reginfo sensor_ClrFmt_YUYV[]=
 {
 
-    {0x00, 0x00}
+    //{0x00, 0x00}
+       {END_REG, END_REG},
 };
 
 static  struct reginfo sensor_ClrFmt_UYVY[]=
 {
 
-    {0x00, 0x00}
+    //{0x00, 0x00}
+       {END_REG, END_REG},
 };
 
 #if CONFIG_SENSOR_WhiteBalance