diff options
author | Erik Andrén <erik.andren@gmail.com> | 2009-06-26 14:22:59 +0200 |
---|---|---|
committer | Erik Andrén <erik.andren@gmail.com> | 2009-06-26 14:22:59 +0200 |
commit | d825e58ee7d62988f5c63c27d3097db105dd43d1 (patch) | |
tree | d3361299093b80ca6efdeb2cefed8fd971a4bfa0 /linux | |
parent | 3fa542c1b171cfbdd864bc467e19d03c30b9efd3 (diff) | |
download | mediapointer-dvb-s2-d825e58ee7d62988f5c63c27d3097db105dd43d1.tar.gz mediapointer-dvb-s2-d825e58ee7d62988f5c63c27d3097db105dd43d1.tar.bz2 |
gspca - m5602-ov7660: Don't set blue and red gain during init
From: Erik Andrén <erik.andren@gmail.com>
Don't set blue and red gain during init as we manuall set it later
Priority: normal
Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/gspca/m5602/m5602_ov7660.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linux/drivers/media/video/gspca/m5602/m5602_ov7660.h b/linux/drivers/media/video/gspca/m5602/m5602_ov7660.h index 5434be60e..ee7c748f1 100644 --- a/linux/drivers/media/video/gspca/m5602/m5602_ov7660.h +++ b/linux/drivers/media/video/gspca/m5602/m5602_ov7660.h @@ -161,8 +161,6 @@ static const unsigned char init_ov7660[][4] = {BRIDGE, M5602_XB_GPIO_EN_L, 0x00}, {SENSOR, OV7660_COM7, 0x80}, {SENSOR, OV7660_CLKRC, 0x80}, - {SENSOR, OV7660_BLUE_GAIN, 0x80}, - {SENSOR, OV7660_RED_GAIN, 0x80}, {SENSOR, OV7660_COM9, 0x4c}, {SENSOR, OV7660_OFON, 0x43}, {SENSOR, OV7660_COM12, 0x28}, @@ -216,8 +214,6 @@ static const unsigned char init_ov7660[][4] = {BRIDGE, M5602_XB_HSYNC_PARA, 0x02}, {BRIDGE, M5602_XB_HSYNC_PARA, 0xae}, {BRIDGE, M5602_XB_SIG_INI, 0x00}, - {SENSOR, OV7660_BLUE_GAIN, 0x80}, - {SENSOR, OV7660_RED_GAIN, 0x80}, {BRIDGE, M5602_XB_SEN_CLK_DIV, 0x02}, {BRIDGE, M5602_XB_SEN_CLK_CTRL, 0xb0}, {SENSOR, OV7660_AECH, 0x20}, |