]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (13256): gspca - m5602-s5k4aa: Add another MSI GX700 vflip quirk
authorErik Andrén <erik.andren@gmail.com>
Sun, 27 Sep 2009 13:20:21 +0000 (10:20 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 8 Dec 2009 18:22:46 +0000 (10:22 -0800)
commit 2339a1887dab469bb4bae56aa7eca3a5e05ecde7 upstream.

Adds another vflip quirk for the MSI GX700.
Thanks to John Katzmaier for reporting.

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/video/gspca/m5602/m5602_s5k4aa.c

index 0093f52f564600f99d20ed38d6345a13176f0dbf..a8a95a19b324263146377ce666e41f50ce6fe843 100644 (file)
@@ -53,6 +53,13 @@ static
                        DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU SIEMENS"),
                        DMI_MATCH(DMI_PRODUCT_NAME, "AMILO Xi 2550")
                }
+       }, {
+               .ident = "MSI GX700",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Micro-Star International"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "GX700"),
+                       DMI_MATCH(DMI_BIOS_DATE, "12/02/2008")
+               }
        }, {
                .ident = "MSI GX700",
                .matches = {