diff options
author | Erik Andrén <erik.andren@gmail.com> | 2008-11-25 01:15:15 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 06:39:50 -0500 |
commit | 3efb6bda0788796f0086722ceb608c11d945e55f (patch) | |
tree | 44835f25c088f1173aff2a083b598682c5effe6a /drivers/media | |
parent | 658efb63e4d0620369c301d9401acde10499def2 (diff) |
V4L/DVB (10010): gspca - m5602: Add vflip quirk for the ASUS A6Ja
Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-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 01123c4320c7..cefe108b620e 100644 --- a/drivers/media/video/gspca/m5602/m5602_ov9650.c +++ b/drivers/media/video/gspca/m5602/m5602_ov9650.c | |||
@@ -45,6 +45,13 @@ static | |||
45 | } | 45 | } |
46 | }, | 46 | }, |
47 | { | 47 | { |
48 | .ident = "ASUS A6Ja", | ||
49 | .matches = { | ||
50 | DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), | ||
51 | DMI_MATCH(DMI_PRODUCT_NAME, "A6J") | ||
52 | } | ||
53 | }, | ||
54 | { | ||
48 | .ident = "ASUS A6Kt", | 55 | .ident = "ASUS A6Kt", |
49 | .matches = { | 56 | .matches = { |
50 | DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), | 57 | DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."), |