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

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Jean-Francois Moine 2009-01-15 06:11:49 -03:00 committed by Mauro Carvalho Chehab
parent 8d584a53ac
commit 625deb3d25

View File

@ -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;
}