Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ea172d2 authored by Hans de Goede's avatar Hans de Goede Committed by Mauro Carvalho Chehab
Browse files

[media] gspca_t613: Disable CIF resolutions



These are broken with my test cam and I've been unable to fix them.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 3f25ea56
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -64,21 +64,25 @@ static const struct v4l2_pix_format vga_mode_t16[] = {
		.sizeimage = 160 * 120 * 4 / 8 + 590,
		.sizeimage = 160 * 120 * 4 / 8 + 590,
		.colorspace = V4L2_COLORSPACE_JPEG,
		.colorspace = V4L2_COLORSPACE_JPEG,
		.priv = 4},
		.priv = 4},
#if 0 /* HDG: broken with my test cam, so lets disable it */
	{176, 144, V4L2_PIX_FMT_JPEG, V4L2_FIELD_NONE,
	{176, 144, V4L2_PIX_FMT_JPEG, V4L2_FIELD_NONE,
		.bytesperline = 176,
		.bytesperline = 176,
		.sizeimage = 176 * 144 * 3 / 8 + 590,
		.sizeimage = 176 * 144 * 3 / 8 + 590,
		.colorspace = V4L2_COLORSPACE_JPEG,
		.colorspace = V4L2_COLORSPACE_JPEG,
		.priv = 3},
		.priv = 3},
#endif
	{320, 240, V4L2_PIX_FMT_JPEG, V4L2_FIELD_NONE,
	{320, 240, V4L2_PIX_FMT_JPEG, V4L2_FIELD_NONE,
		.bytesperline = 320,
		.bytesperline = 320,
		.sizeimage = 320 * 240 * 3 / 8 + 590,
		.sizeimage = 320 * 240 * 3 / 8 + 590,
		.colorspace = V4L2_COLORSPACE_JPEG,
		.colorspace = V4L2_COLORSPACE_JPEG,
		.priv = 2},
		.priv = 2},
#if 0 /* HDG: broken with my test cam, so lets disable it */
	{352, 288, V4L2_PIX_FMT_JPEG, V4L2_FIELD_NONE,
	{352, 288, V4L2_PIX_FMT_JPEG, V4L2_FIELD_NONE,
		.bytesperline = 352,
		.bytesperline = 352,
		.sizeimage = 352 * 288 * 3 / 8 + 590,
		.sizeimage = 352 * 288 * 3 / 8 + 590,
		.colorspace = V4L2_COLORSPACE_JPEG,
		.colorspace = V4L2_COLORSPACE_JPEG,
		.priv = 1},
		.priv = 1},
#endif
	{640, 480, V4L2_PIX_FMT_JPEG, V4L2_FIELD_NONE,
	{640, 480, V4L2_PIX_FMT_JPEG, V4L2_FIELD_NONE,
		.bytesperline = 640,
		.bytesperline = 640,
		.sizeimage = 640 * 480 * 3 / 8 + 590,
		.sizeimage = 640 * 480 * 3 / 8 + 590,