diff options
author | Erik Andr?n <erik.andren@gmail.com> | 2009-01-11 16:46:51 +0100 |
---|---|---|
committer | Erik Andr?n <erik.andren@gmail.com> | 2009-01-11 16:46:51 +0100 |
commit | 9b3f212120d0ae53a99328117b273db3f6532446 (patch) | |
tree | eb92e37154ea04d4b7494797f79820d890a195e4 | |
parent | f89572049ea6dc6a308d03349459d6326ba1eff3 (diff) | |
download | mediapointer-dvb-s2-9b3f212120d0ae53a99328117b273db3f6532446.tar.gz mediapointer-dvb-s2-9b3f212120d0ae53a99328117b273db3f6532446.tar.bz2 |
gspca - m5602-po1030: Release reset when init is done.
From: Erik Andr?n <erik.andren@gmail.com>
Priority: normal
Signed-off-by: Erik Andr?n <erik.andren@gmail.com>
-rw-r--r-- | linux/drivers/media/video/gspca/m5602/m5602_po1030.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/drivers/media/video/gspca/m5602/m5602_po1030.h b/linux/drivers/media/video/gspca/m5602/m5602_po1030.h index 5ba3f73b7..886503729 100644 --- a/linux/drivers/media/video/gspca/m5602/m5602_po1030.h +++ b/linux/drivers/media/video/gspca/m5602/m5602_po1030.h @@ -250,6 +250,14 @@ static const unsigned char init_po1030[][3] = {BRIDGE, M5602_XB_SEN_CLK_DIV, 0x04}, {BRIDGE, M5602_XB_SEN_CLK_CTRL, 0xb0}, /*end of sequence 2 stop */ + + {BRIDGE, M5602_XB_GPIO_DIR, 0x05}, + {BRIDGE, M5602_XB_GPIO_DAT, 0x00}, + {BRIDGE, M5602_XB_GPIO_EN_H, 0x06}, + {BRIDGE, M5602_XB_GPIO_EN_L, 0x00}, + + {SENSOR, PO1030_AUTOCTRL2, 0x04}, + }; static const unsigned char start_po1030[][3] = |