提交 201a8a6c 编写于 作者: J Johannes Klug 提交者: Mauro Carvalho Chehab

V4L/DVB (11645): gspca - m5602-ov9650: Add image flip quirk for the ASUS A6VA

Signed-off-by: NJohannes Klug <jklug@joyware.de>
Signed-off-by: NErik Andrén <erik.andren@gmail.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 d33762d2
......@@ -45,6 +45,14 @@ static
const
struct dmi_system_id ov9650_flip_dmi_table[] = {
{
.ident = "ASUS A6VA",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "A6VA")
}
},
{
.ident = "ASUS A6VC",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册