V4L/DVB (11691): gspca - m5602-ov9650: Add ASUS A6K vflip quirk
authorErik Andrén <erik.andren@gmail.com>
Tue, 10 Mar 2009 19:45:57 +0000 (16:45 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 21:20:52 +0000 (18:20 -0300)
The ASUS A6K needs the vflip quirk. Thanks to Marco Baldo for reporting
the issue.

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 8dca1c5..e0ec7a6 100644 (file)
@@ -88,6 +88,13 @@ static
                }
        },
        {
+               .ident = "ASUS A6K",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "A6K")
+               }
+       },
+       {
                .ident = "Alienware Aurora m9700",
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "alienware"),