Browse Source

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

SXGA resolution needs more testing. Disable it for now

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Erik Andrén 16 years ago
parent
commit
65bd761e9a
1 changed files with 0 additions and 11 deletions
  1. 0 11
      drivers/media/video/gspca/m5602/m5602_s5k4aa.c

+ 0 - 11
drivers/media/video/gspca/m5602/m5602_s5k4aa.c

@@ -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,