V4L/DVB (12878): gspca - m5602-s5k4aa: Add vflip quirk for the GX700
authorBrian Kloppenborg <bkloppenborg@gmail.com>
Sun, 30 Aug 2009 12:43:40 +0000 (09:43 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 19 Sep 2009 03:14:02 +0000 (00:14 -0300)
The MSI GX700 is a tricky machine to support. Some revisions do need the sensor flipped, but not all.
Add another quirk, distinguished by its BIOS date.

Signed-off-by: Brian Kloppenborg <bkloppenborg@gmail.com>
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_s5k4aa.c

index 489fabd..59400e8 100644 (file)
@@ -60,6 +60,13 @@ static
                        DMI_MATCH(DMI_BIOS_DATE, "07/26/2007")
                }
        }, {
+               .ident = "MSI GX700",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Micro-Star International"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "GX700"),
+                       DMI_MATCH(DMI_BIOS_DATE, "07/19/2007")
+               }
+       }, {
                .ident = "MSI GX700/GX705/EX700",
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Micro-Star International"),