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

Commit eac8f5fa authored by Jean-Francois Moine's avatar Jean-Francois Moine Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (13927): gspca - sonixj: Fix bad video mode for all webcams.



The bug was introduced when adding the sensor adcm1700.

Signed-off-by: default avatarJean-Francois Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent cdf955cd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1447,6 +1447,9 @@ static int sd_config(struct gspca_dev *gspca_dev,
	struct sd *sd = (struct sd *) gspca_dev;
	struct cam *cam;

	sd->bridge = id->driver_info >> 16;
	sd->sensor = id->driver_info;

	cam = &gspca_dev->cam;
	if (sd->sensor == SENSOR_ADCM1700) {
		cam->cam_mode = cif_mode;
@@ -1457,9 +1460,6 @@ static int sd_config(struct gspca_dev *gspca_dev,
	}
	cam->npkt = 24;			/* 24 packets per ISOC message */

	sd->bridge = id->driver_info >> 16;
	sd->sensor = id->driver_info;

	sd->brightness = BRIGHTNESS_DEF;
	sd->contrast = CONTRAST_DEF;
	sd->colors = COLOR_DEF;