diff options
author | Erik Andrén <erik.andren@gmail.com> | 2009-06-26 08:22:59 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 23:17:55 -0400 |
commit | 87fad38e6eede2305e57eeb7d75a67a01b77e063 (patch) | |
tree | 251800b393fd507ef5cea24e593dea638993f04a | |
parent | b5b93844ace95712f88933d5f622cd5d833530c5 (diff) |
V4L/DVB (12990): gspca - m5602-ov7660: Don't set blue and red gain during init
Don't set blue and red gain during init as we manuall set it later
Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/video/gspca/m5602/m5602_ov7660.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_ov7660.h b/drivers/media/video/gspca/m5602/m5602_ov7660.h index 5434be60e021..ee7c748f1e62 100644 --- a/drivers/media/video/gspca/m5602/m5602_ov7660.h +++ b/drivers/media/video/gspca/m5602/m5602_ov7660.h | |||
@@ -161,8 +161,6 @@ static const unsigned char init_ov7660[][4] = | |||
161 | {BRIDGE, M5602_XB_GPIO_EN_L, 0x00}, | 161 | {BRIDGE, M5602_XB_GPIO_EN_L, 0x00}, |
162 | {SENSOR, OV7660_COM7, 0x80}, | 162 | {SENSOR, OV7660_COM7, 0x80}, |
163 | {SENSOR, OV7660_CLKRC, 0x80}, | 163 | {SENSOR, OV7660_CLKRC, 0x80}, |
164 | {SENSOR, OV7660_BLUE_GAIN, 0x80}, | ||
165 | {SENSOR, OV7660_RED_GAIN, 0x80}, | ||
166 | {SENSOR, OV7660_COM9, 0x4c}, | 164 | {SENSOR, OV7660_COM9, 0x4c}, |
167 | {SENSOR, OV7660_OFON, 0x43}, | 165 | {SENSOR, OV7660_OFON, 0x43}, |
168 | {SENSOR, OV7660_COM12, 0x28}, | 166 | {SENSOR, OV7660_COM12, 0x28}, |
@@ -216,8 +214,6 @@ static const unsigned char init_ov7660[][4] = | |||
216 | {BRIDGE, M5602_XB_HSYNC_PARA, 0x02}, | 214 | {BRIDGE, M5602_XB_HSYNC_PARA, 0x02}, |
217 | {BRIDGE, M5602_XB_HSYNC_PARA, 0xae}, | 215 | {BRIDGE, M5602_XB_HSYNC_PARA, 0xae}, |
218 | {BRIDGE, M5602_XB_SIG_INI, 0x00}, | 216 | {BRIDGE, M5602_XB_SIG_INI, 0x00}, |
219 | {SENSOR, OV7660_BLUE_GAIN, 0x80}, | ||
220 | {SENSOR, OV7660_RED_GAIN, 0x80}, | ||
221 | {BRIDGE, M5602_XB_SEN_CLK_DIV, 0x02}, | 217 | {BRIDGE, M5602_XB_SEN_CLK_DIV, 0x02}, |
222 | {BRIDGE, M5602_XB_SEN_CLK_CTRL, 0xb0}, | 218 | {BRIDGE, M5602_XB_SEN_CLK_CTRL, 0xb0}, |
223 | {SENSOR, OV7660_AECH, 0x20}, | 219 | {SENSOR, OV7660_AECH, 0x20}, |