Message ID | 20101008210418.2B1809D401C@zog.reactivated.net (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
diff --git a/drivers/media/video/ov7670.c b/drivers/media/video/ov7670.c index 7017e5c..9fffcdd 100644 --- a/drivers/media/video/ov7670.c +++ b/drivers/media/video/ov7670.c @@ -672,7 +672,9 @@ static struct ov7670_win_size { .vstop = 494, .regs = NULL, }, - /* QVGA */ +#if 0 + /* QVGA - disabled due to ugly green line. + * http://dev.laptop.org/ticket/10231 */ { .width = QVGA_WIDTH, .height = QVGA_HEIGHT, @@ -683,6 +685,7 @@ static struct ov7670_win_size { .vstop = 494, .regs = NULL, }, +#endif #if 0 /* QCIF - disabled because it only shows a small portion of sensor FOV */ {