Commit 65bd761e authored by Erik Andrén's avatar Erik Andrén Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (11686): gspca - m5602-s5k4aa: Disable SXGA resolution for now



SXGA resolution needs more testing. Disable it for now

Signed-off-by: default avatarErik Andrén <erik.andren@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent ff1e6a21
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -64,17 +64,6 @@ static
};

static struct v4l2_pix_format s5k4aa_modes[] = {
	{
		1280,
		1024,
		V4L2_PIX_FMT_SBGGR8,
		V4L2_FIELD_NONE,
		.sizeimage =
			1280 * 1024,
		.bytesperline = 1280,
		.colorspace = V4L2_COLORSPACE_SRGB,
		.priv = 0
	},
	{
		640,
		480,