diff options
author | Erik Andrén <erik.andren@gmail.com> | 2009-01-28 01:34:02 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:20:49 -0400 |
commit | 934f78c3069943cf0654a6f809adf0375b078c38 (patch) | |
tree | 837131175f955dc1d7d1b1940efcb0ee6c13b067 /drivers/media/video/gspca/m5602 | |
parent | 489a8c37841969613572a8eca90c5a60a0236f1d (diff) |
V4L/DVB (11647): gspca - m5602-po1030: Disable QVGA for now
Getting QVGA to be supported on the po1030 seems harder than I first thought. I need access to the proper hardware in order to fix it up.
Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/m5602')
-rw-r--r-- | drivers/media/video/gspca/m5602/m5602_po1030.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_po1030.c b/drivers/media/video/gspca/m5602/m5602_po1030.c index 840a3ca53200..270167bbcc36 100644 --- a/drivers/media/video/gspca/m5602/m5602_po1030.c +++ b/drivers/media/video/gspca/m5602/m5602_po1030.c | |||
@@ -43,15 +43,6 @@ static int po1030_get_auto_exposure(struct gspca_dev *gspca_dev, | |||
43 | 43 | ||
44 | static struct v4l2_pix_format po1030_modes[] = { | 44 | static struct v4l2_pix_format po1030_modes[] = { |
45 | { | 45 | { |
46 | 320, | ||
47 | 240, | ||
48 | V4L2_PIX_FMT_SBGGR8, | ||
49 | V4L2_FIELD_NONE, | ||
50 | .sizeimage = 320 * 240, | ||
51 | .bytesperline = 320, | ||
52 | .colorspace = V4L2_COLORSPACE_SRGB, | ||
53 | .priv = 2 | ||
54 | }, { | ||
55 | 640, | 46 | 640, |
56 | 480, | 47 | 480, |
57 | V4L2_PIX_FMT_SBGGR8, | 48 | V4L2_PIX_FMT_SBGGR8, |