V4L/DVB (13919): gspca - zc3xx: Fix hdcs2020 probe.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
1cb6d7b156
commit
1eed40aeb4
|
@ -6339,6 +6339,7 @@ static int vga_2wr_probe(struct gspca_dev *gspca_dev)
|
|||
}
|
||||
|
||||
start_2wr_probe(dev, 0x08); /* HDCS2020 */
|
||||
i2c_write(gspca_dev, 0x1c, 0x00, 0x00);
|
||||
i2c_write(gspca_dev, 0x15, 0xaa, 0x00);
|
||||
retword = i2c_read(gspca_dev, 0x15);
|
||||
if (retword != 0)
|
||||
|
|
Loading…
Reference in New Issue