aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca
diff options
context:
space:
mode:
authorErik Andrén <erik.andren@gmail.com>2009-06-01 15:22:18 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 18:07:28 -0400
commit40a4f2fc6525f621f6f855e1d5506c3b14acf3cc (patch)
treea4d4998cc8cdbafe5fbc9493d3dadea282983d60 /drivers/media/video/gspca
parentf02c3944c1331f0b41c5d75b6d5d69d8858b169f (diff)
V4L/DVB (11941): gspca - m5602-ov9650: Add vflip quirk for the ASUS A6VA
Add vflip quirk for the ASUS A6VA. Thanks to Salvo Di Rosa for reporting. Signed-off-by: Erik Andrén <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca')
-rw-r--r--drivers/media/video/gspca/m5602/m5602_ov9650.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_ov9650.c b/drivers/media/video/gspca/m5602/m5602_ov9650.c
index e0ec7a6ffa6c..a441f8c06ab6 100644
--- a/drivers/media/video/gspca/m5602/m5602_ov9650.c
+++ b/drivers/media/video/gspca/m5602/m5602_ov9650.c
@@ -95,6 +95,13 @@ static
95 } 95 }
96 }, 96 },
97 { 97 {
98 .ident = "ASUS A6VA",
99 .matches = {
100 DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
101 DMI_MATCH(DMI_PRODUCT_NAME, "A6VA")
102 }
103 },
104 {
98 .ident = "Alienware Aurora m9700", 105 .ident = "Alienware Aurora m9700",
99 .matches = { 106 .matches = {
100 DMI_MATCH(DMI_SYS_VENDOR, "alienware"), 107 DMI_MATCH(DMI_SYS_VENDOR, "alienware"),