aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorErik Andr?n <erik.andren@gmail.com>2009-01-11 10:46:51 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 17:20:28 -0400
commitd9a11e28c862dd1f05193659025a99712bb507e9 (patch)
tree47d3bffe7f2f8ce404e41dce4b2087768687a9a1 /drivers
parent65df609b63836d96b0485a0823a81e87f628d3f1 (diff)
V4L/DVB (11473): gspca - m5602-po1030: Release reset when init is done.
Signed-off-by: Erik Andr?n <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/gspca/m5602/m5602_po1030.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_po1030.h b/drivers/media/video/gspca/m5602/m5602_po1030.h
index 5ba3f73b7873..8865037296b0 100644
--- a/drivers/media/video/gspca/m5602/m5602_po1030.h
+++ b/drivers/media/video/gspca/m5602/m5602_po1030.h
@@ -250,6 +250,14 @@ static const unsigned char init_po1030[][3] =
250 {BRIDGE, M5602_XB_SEN_CLK_DIV, 0x04}, 250 {BRIDGE, M5602_XB_SEN_CLK_DIV, 0x04},
251 {BRIDGE, M5602_XB_SEN_CLK_CTRL, 0xb0}, 251 {BRIDGE, M5602_XB_SEN_CLK_CTRL, 0xb0},
252 /*end of sequence 2 stop */ 252 /*end of sequence 2 stop */
253
254 {BRIDGE, M5602_XB_GPIO_DIR, 0x05},
255 {BRIDGE, M5602_XB_GPIO_DAT, 0x00},
256 {BRIDGE, M5602_XB_GPIO_EN_H, 0x06},
257 {BRIDGE, M5602_XB_GPIO_EN_L, 0x00},
258
259 {SENSOR, PO1030_AUTOCTRL2, 0x04},
260
253}; 261};
254 262
255static const unsigned char start_po1030[][3] = 263static const unsigned char start_po1030[][3] =