]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (9082): gspca: Vertical flip the image by default in sonixj.
authorJean-Francois Moine <moinejf@free.fr>
Mon, 22 Sep 2008 06:14:25 +0000 (03:14 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 12 Oct 2008 11:37:12 +0000 (09:37 -0200)
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/sonixj.c

index 9c6a874be990484bfe3f0d076714b49aff89b0bf..03fe77d38cc13723c27b7491e7300e32a998098f 100644 (file)
@@ -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,