Commit 40a4f2fc authored by Erik Andrén's avatar Erik Andrén Committed by Mauro Carvalho Chehab

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: default avatarErik Andrén <erik.andren@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent f02c3944
...@@ -94,6 +94,13 @@ static ...@@ -94,6 +94,13 @@ static
DMI_MATCH(DMI_PRODUCT_NAME, "A6K") DMI_MATCH(DMI_PRODUCT_NAME, "A6K")
} }
}, },
{
.ident = "ASUS A6VA",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "A6VA")
}
},
{ {
.ident = "Alienware Aurora m9700", .ident = "Alienware Aurora m9700",
.matches = { .matches = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment