Skip to content

Commit

Permalink
V4L/DVB (9082): gspca: Vertical flip the image by default in sonixj.
Browse files Browse the repository at this point in the history
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 Oct 12, 2008
1 parent 9f4c061 commit 40e6ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/sonixj.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static struct ctrl sd_ctrls[] = {
.minimum = 0,
.maximum = 1,
.step = 1,
#define VFLIP_DEF 0
#define VFLIP_DEF 1
.default_value = VFLIP_DEF,
},
.set = sd_setvflip,
Expand Down

0 comments on commit 40e6ec1

Please sign in to comment.