summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/gspca
diff options
context:
space:
mode:
authorErik Andrén <erik.andren@gmail.com>2008-11-25 07:15:15 +0100
committerErik Andrén <erik.andren@gmail.com>2008-11-25 07:15:15 +0100
commit2455970680b1cd007de40507e020551086150422 (patch)
tree42b788aa1287da334f4bd6bf7110d04cfc1d461e /linux/drivers/media/video/gspca
parentacf70f3e5e1945c1204e158365faf52a55c8be7f (diff)
downloadmediapointer-dvb-s2-2455970680b1cd007de40507e020551086150422.tar.gz
mediapointer-dvb-s2-2455970680b1cd007de40507e020551086150422.tar.bz2
Add vflip quirk for the ASUS A6Ja
From: Erik Andrén <erik.andren@gmail.com> Priority: normal Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Diffstat (limited to 'linux/drivers/media/video/gspca')
-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 95a58a0fa..9d22308fc 100644
--- a/linux/drivers/media/video/gspca/m5602/m5602_ov9650.c
+++ b/linux/drivers/media/video/gspca/m5602/m5602_ov9650.c
@@ -47,6 +47,13 @@ static
}
},
{
+ .ident = "ASUS A6Ja",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "A6J")
+ }
+ },
+ {
.ident = "ASUS A6Kt",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),