Skip to content

Commit

Permalink
V4L/DVB (10360): gspca - mars: Bad interface/altsetting since 0a10a0e…
Browse files Browse the repository at this point in the history
…906be.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 8d584a5 commit 625deb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/mars.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 625deb3

Please sign in to comment.