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

V4L/DVB (10360): gspca - mars: Bad interface/altsetting since 0a10a0e906be.

parent 8d584a53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ static int sd_config(struct gspca_dev *gspca_dev,
	sd->colors = COLOR_DEF;
	sd->gamma = GAMMA_DEF;
	sd->sharpness = SHARPNESS_DEF;
	gspca_dev->iface = 9;		/* use the altsetting 08 */
	gspca_dev->nbalt = 9;		/* use the altsetting 08 */
	return 0;
}