From: zyc Date: Wed, 17 Oct 2012 01:49:40 +0000 (+0800) Subject: camera: update hi253 driver. X-Git-Tag: firefly_0821_release~8400 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5924d4c6238026e317241e57e846fa300ca5ad53;p=firefly-linux-kernel-4.4.55.git camera: update hi253 driver. --- diff --git a/drivers/media/video/hi253.c b/drivers/media/video/hi253.c index 128faf789933..898dc1e90b0e 100755 --- a/drivers/media/video/hi253.c +++ b/drivers/media/video/hi253.c @@ -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