V4L/DVB: gspca - sn9c20x: Add another MSI laptop to upsidedown device list
authorBrian Johnson <brijohn@gmail.com>
Sat, 10 Apr 2010 05:12:46 +0000 (02:12 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:58:59 +0000 (12:58 -0300)
Signed-off-by: Brian Johnson <brijohn@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/sn9c20x.c

index c5f6ff3..ccc34fd 100644 (file)
@@ -147,6 +147,13 @@ static const struct dmi_system_id flip_dmi_table[] = {
                }
        },
        {
+               .ident = "MSI MS-1635X",
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_VENDOR, "MSI"),
+                       DMI_MATCH(DMI_BOARD_NAME, "MS-1635X")
+               }
+       },
+       {
                .ident = "ASUSTeK W7J",
                .matches = {
                        DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer Inc."),