V4L/DVB (11473): gspca - m5602-po1030: Release reset when init is done.
authorErik Andr?n <erik.andren@gmail.com>
Sun, 11 Jan 2009 15:46:51 +0000 (12:46 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 21:20:28 +0000 (18:20 -0300)
Signed-off-by: Erik Andr?n <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/m5602/m5602_po1030.h

index 5ba3f73b78734a418f8be9ecdcfba9c90fba8f53..8865037296b00b677ec858d621a71944d2a704ef 100644 (file)
@@ -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] =