提交 951872a8 编写于 作者: E Erik Andrén 提交者: Mauro Carvalho Chehab

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: NErik Andrén <erik.andren@gmail.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 79c3576a
...@@ -87,6 +87,13 @@ static ...@@ -87,6 +87,13 @@ static
DMI_MATCH(DMI_PRODUCT_NAME, "A6Kt") DMI_MATCH(DMI_PRODUCT_NAME, "A6Kt")
} }
}, },
{
.ident = "ASUS A6K",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "A6K")
}
},
{ {
.ident = "Alienware Aurora m9700", .ident = "Alienware Aurora m9700",
.matches = { .matches = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册