diff options
author | Erik Andrén <erik.andren@gmail.com> | 2009-06-17 18:01:07 +0200 |
---|---|---|
committer | Erik Andrén <erik.andren@gmail.com> | 2009-06-17 18:01:07 +0200 |
commit | 1abedefc954fc378582dc2108680b721512097fb (patch) | |
tree | 733609a929f6d1bd935af705612d35457efeec95 /linux/drivers/media/video/gspca | |
parent | fd9d2330d3da07a09a378f54f87283bb8d36a9b7 (diff) | |
download | mediapointer-dvb-s2-1abedefc954fc378582dc2108680b721512097fb.tar.gz mediapointer-dvb-s2-1abedefc954fc378582dc2108680b721512097fb.tar.bz2 |
gspca - m5602-ov7660: Ensure that the default exposure is set
From: Erik Andrén <erik.andren@gmail.com>
Ensure that the default exposure value is set at startup
Priority: normal
Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Diffstat (limited to 'linux/drivers/media/video/gspca')
-rw-r--r-- | linux/drivers/media/video/gspca/m5602/m5602_ov7660.h | 6 |
1 files changed, 2 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 d2589d654..8027b64b7 100644 --- a/linux/drivers/media/video/gspca/m5602/m5602_ov7660.h +++ b/linux/drivers/media/video/gspca/m5602/m5602_ov7660.h @@ -218,7 +218,6 @@ static const unsigned char init_ov7660[][4] = {SENSOR, OV7660_RSVD29, 0x98}, {SENSOR, OV7660_RBIAS, 0x98}, {SENSOR, OV7660_COM1, 0x00}, - {SENSOR, OV7660_AECH, 0x00}, {SENSOR, OV7660_AECHH, 0x00}, {SENSOR, OV7660_ADC, 0x04}, {SENSOR, OV7660_COM13, 0x00}, @@ -257,11 +256,10 @@ static const unsigned char init_ov7660[][4] = {BRIDGE, M5602_XB_SEN_CLK_DIV, 0x00}, {BRIDGE, M5602_XB_SEN_CLK_CTRL, 0xb0}, - {SENSOR, OV7660_AECH, 0x20}, {SENSOR, OV7660_COM1, 0x00}, {SENSOR, OV7660_OFON, 0x0c}, - {SENSOR, OV7660_COM2, 0x11}, - {SENSOR, OV7660_COM7, 0x05}, + {SENSOR, OV7660_COM2, 0x11}, /* Soft sleep, 2x Drive */ + {SENSOR, OV7660_COM7, 0x05}, /* Raw RGB */ {BRIDGE, M5602_XB_GPIO_DIR, 0x01}, {BRIDGE, M5602_XB_GPIO_DAT, 0x04}, |