[media] gspca - zc3xx: Bad clocksetting for mt9v111_3 with 640x480 resolution
The bad value prevented the autogain to work correctly and some images were truncated. Signed-off-by: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
a23c1947f4
commit
d581bcd78b
|
@ -4499,7 +4499,7 @@ static const struct usb_action mt9v111_3_Initial[] = {
|
|||
{0xa0, 0x01, ZC3XX_R000_SYSTEMCONTROL},
|
||||
{0xa0, 0x03, ZC3XX_R008_CLOCKSETTING},
|
||||
{0xa0, 0x0a, ZC3XX_R010_CMOSSENSORSELECT},
|
||||
{0xa0, 0x04, ZC3XX_R002_CLOCKSELECT},
|
||||
{0xa0, 0x00, ZC3XX_R002_CLOCKSELECT},
|
||||
{0xa0, 0x02, ZC3XX_R003_FRAMEWIDTHHIGH},
|
||||
{0xa0, 0x80, ZC3XX_R004_FRAMEWIDTHLOW},
|
||||
{0xa0, 0x01, ZC3XX_R005_FRAMEHEIGHTHIGH},
|
||||
|
|
Loading…
Reference in New Issue