V4L/DVB (10032): m5602: add vflip quirk for Alienware m9700

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Erik Andrén 2008-12-19 03:29:31 -03:00 committed by Mauro Carvalho Chehab
parent 0bd7bd79f1
commit 7e08e66a4c

View file

@ -58,6 +58,13 @@ static
DMI_MATCH(DMI_PRODUCT_NAME, "A6Kt")
}
},
{
.ident = "Alienware Aurora m9700",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "alienware"),
DMI_MATCH(DMI_PRODUCT_NAME, "Aurora m9700")
}
},
{ }
};