summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/gspca/m5602
diff options
context:
space:
mode:
authorErik Andrén <erik.andren@gmail.com>2009-03-10 20:45:57 +0100
committerErik Andrén <erik.andren@gmail.com>2009-03-10 20:45:57 +0100
commit931dc1b26d45e6f38c491e30aeaa32534d56f6ca (patch)
tree04472d394a2c6ac62ce28f0e35ae665b0f27dcdc /linux/drivers/media/video/gspca/m5602
parent42abf44d3269d94fac9261246b91a18e636b0632 (diff)
downloadmediapointer-dvb-s2-931dc1b26d45e6f38c491e30aeaa32534d56f6ca.tar.gz
mediapointer-dvb-s2-931dc1b26d45e6f38c491e30aeaa32534d56f6ca.tar.bz2
gspca - m5602-ov9650: Add ASUS A6K vflip quirk
From: Erik Andrén <erik.andren@gmail.com> The ASUS A6K needs the vflip quirk. Thanks to Marco Baldo for reporting the issue. Priority: normal Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Diffstat (limited to 'linux/drivers/media/video/gspca/m5602')
-rw-r--r--linux/drivers/media/video/gspca/m5602/m5602_ov9650.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/drivers/media/video/gspca/m5602/m5602_ov9650.c b/linux/drivers/media/video/gspca/m5602/m5602_ov9650.c
index 5378b8d40..bbf9935df 100644
--- a/linux/drivers/media/video/gspca/m5602/m5602_ov9650.c
+++ b/linux/drivers/media/video/gspca/m5602/m5602_ov9650.c
@@ -90,6 +90,13 @@ static
}
},
{
+ .ident = "ASUS A6K",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "A6K")
+ }
+ },
+ {
.ident = "Alienware Aurora m9700",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "alienware"),