V4L/DVB (11941): gspca - m5602-ov9650: Add vflip quirk for the ASUS A6VA
authorErik Andrén <erik.andren@gmail.com>
Mon, 1 Jun 2009 19:22:18 +0000 (16:22 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 22:07:28 +0000 (19:07 -0300)
Add vflip quirk for the ASUS A6VA. Thanks to Salvo Di Rosa for reporting.

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/m5602/m5602_ov9650.c

index e0ec7a6ffa6c94a08bfb1875e55000abb2cad990..a441f8c06ab6d170ee1cdeb9d6eb4ff4b4f570a5 100644 (file)
@@ -94,6 +94,13 @@ static
                        DMI_MATCH(DMI_PRODUCT_NAME, "A6K")
                }
        },
+       {
+               .ident = "ASUS A6VA",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "A6VA")
+               }
+       },
        {
                .ident = "Alienware Aurora m9700",
                .matches = {
This page took 0.025465 seconds and 5 git commands to generate.