diff options
author | Erik Andrén <erik.andren@gmail.com> | 2009-06-01 16:22:18 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 19:07:28 -0300 |
commit | 40a4f2fc6525f621f6f855e1d5506c3b14acf3cc (patch) | |
tree | a4d4998cc8cdbafe5fbc9493d3dadea282983d60 | |
parent | f02c3944c1331f0b41c5d75b6d5d69d8858b169f (diff) | |
download | op-kernel-dev-40a4f2fc6525f621f6f855e1d5506c3b14acf3cc.zip op-kernel-dev-40a4f2fc6525f621f6f855e1d5506c3b14acf3cc.tar.gz |
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>
-rw-r--r-- | drivers/media/video/gspca/m5602/m5602_ov9650.c | 7 |
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 e0ec7a6..a441f8c 100644 --- a/drivers/media/video/gspca/m5602/m5602_ov9650.c +++ b/drivers/media/video/gspca/m5602/m5602_ov9650.c @@ -95,6 +95,13 @@ static } }, { + .ident = "ASUS A6VA", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "A6VA") + } + }, + { .ident = "Alienware Aurora m9700", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "alienware"), |