V4L/DVB (12077): gspca_ov519: Fix 320x240 with ov7660 sensor
authorHans de Goede <hdegoede@redhat.com>
Sun, 14 Jun 2009 09:26:49 +0000 (06:26 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 23 Jun 2009 06:12:08 +0000 (03:12 -0300)
commit80142efa715581c06d01b37f299a240309699ff4
tree31ccf889d5f2e45cbb1b7c54ba7488e66f35eee7
parent9e4d82588174e68abe8e3568202f0b530415661f
V4L/DVB (12077): gspca_ov519: Fix 320x240 with ov7660 sensor

As reported on the ov51x-jpeg list, and as I can confirm with my own cam
the ov7670 in 320x240 has a number of broken columns of pixels
at the left of the picture. This was not present in the old
driver as it always used 640x480 and did software
downscaling (took me a while to figure that one out).
The fix adds a sensor specific if in so far sensor
neutral code :( But this is the only way to fix this,
this cannot be fixed by only changing sensor registers.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/ov519.c