From: Erik Andrén Date: Wed, 28 Jan 2009 06:34:02 +0000 (-0300) Subject: V4L/DVB (11647): gspca - m5602-po1030: Disable QVGA for now X-Git-Tag: v2.6.31-rc1~297^2~281 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=934f78c3069943cf0654a6f809adf0375b078c38;p=karo-tx-linux.git 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 Signed-off-by: Mauro Carvalho Chehab --- 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, static struct v4l2_pix_format po1030_modes[] = { { - 320, - 240, - V4L2_PIX_FMT_SBGGR8, - V4L2_FIELD_NONE, - .sizeimage = 320 * 240, - .bytesperline = 320, - .colorspace = V4L2_COLORSPACE_SRGB, - .priv = 2 - }, { 640, 480, V4L2_PIX_FMT_SBGGR8,