Browse Source

V4L/DVB (10032): m5602: add vflip quirk for Alienware m9700

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Erik Andrén 16 years ago
parent
commit
7e08e66a4c
1 changed files with 7 additions and 0 deletions
  1. 7 0
      drivers/media/video/gspca/m5602/m5602_ov9650.c

+ 7 - 0
drivers/media/video/gspca/m5602/m5602_ov9650.c

@@ -58,6 +58,13 @@ static
 			DMI_MATCH(DMI_PRODUCT_NAME, "A6Kt")
 		}
 	},
+	{
+		.ident = "Alienware Aurora m9700",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "alienware"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Aurora m9700")
+		}
+	},
 	{ }
 };