diff options
author | Erik Andrén <erik.andren@gmail.com> | 2009-01-28 01:29:51 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:20:48 -0400 |
commit | 489a8c37841969613572a8eca90c5a60a0236f1d (patch) | |
tree | 428fd20b2a132f3eafb49d108ed031e4683ea3b2 /drivers/media | |
parent | 201a8a6c3f2b948dadee0d835db30e5f287c7e86 (diff) |
V4L/DVB (11646): gspca - m5602-mt9m111: Disable QVGA until it has been verified to work
The QVGA resolution currently hasn't been verified to work. Disable it for now.
Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/gspca/m5602/m5602_mt9m111.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_mt9m111.c b/drivers/media/video/gspca/m5602/m5602_mt9m111.c index ade7264d4dc2..5e8d8183bb50 100644 --- a/drivers/media/video/gspca/m5602/m5602_mt9m111.c +++ b/drivers/media/video/gspca/m5602/m5602_mt9m111.c | |||
@@ -37,15 +37,6 @@ static int mt9m111_set_red_balance(struct gspca_dev *gspca_dev, __s32 val); | |||
37 | 37 | ||
38 | static struct v4l2_pix_format mt9m111_modes[] = { | 38 | static struct v4l2_pix_format mt9m111_modes[] = { |
39 | { | 39 | { |
40 | 320, | ||
41 | 240, | ||
42 | V4L2_PIX_FMT_SBGGR8, | ||
43 | V4L2_FIELD_NONE, | ||
44 | .sizeimage = 320 * 240, | ||
45 | .bytesperline = 320, | ||
46 | .colorspace = V4L2_COLORSPACE_SRGB, | ||
47 | .priv = 0 | ||
48 | }, { | ||
49 | 640, | 40 | 640, |
50 | 480, | 41 | 480, |
51 | V4L2_PIX_FMT_SBGGR8, | 42 | V4L2_PIX_FMT_SBGGR8, |