diff options
author | Erik Andrén <erik.andren@gmail.com> | 2009-03-10 15:45:57 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:20:52 -0400 |
commit | 951872a8198a5a336a49075320197ac5b2e5c6f1 (patch) | |
tree | a4c480caf3dba68ac2234635cba18fbd3ad59bb3 /drivers/media/video/gspca/m5602 | |
parent | 79c3576a1938002c458ffc517668fcb944aff42e (diff) |
V4L/DVB (11691): gspca - m5602-ov9650: Add ASUS A6K vflip quirk
The ASUS A6K needs the vflip quirk. Thanks to Marco Baldo for reporting
the issue.
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/m5602')
-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 8dca1c57dcd5..e0ec7a6ffa6c 100644 --- a/drivers/media/video/gspca/m5602/m5602_ov9650.c +++ b/drivers/media/video/gspca/m5602/m5602_ov9650.c | |||
@@ -88,6 +88,13 @@ static | |||
88 | } | 88 | } |
89 | }, | 89 | }, |
90 | { | 90 | { |
91 | .ident = "ASUS A6K", | ||
92 | .matches = { | ||
93 | DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), | ||
94 | DMI_MATCH(DMI_PRODUCT_NAME, "A6K") | ||
95 | } | ||
96 | }, | ||
97 | { | ||
91 | .ident = "Alienware Aurora m9700", | 98 | .ident = "Alienware Aurora m9700", |
92 | .matches = { | 99 | .matches = { |
93 | DMI_MATCH(DMI_SYS_VENDOR, "alienware"), | 100 | DMI_MATCH(DMI_SYS_VENDOR, "alienware"), |