V4L/DVB (11645): gspca - m5602-ov9650: Add image flip quirk for the ASUS A6VA
Signed-off-by: Johannes Klug <jklug@joyware.de> Signed-off-by: Erik Andrén <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
d33762d201
commit
201a8a6c3f
1 changed files with 8 additions and 0 deletions
|
@ -45,6 +45,14 @@ static
|
||||||
const
|
const
|
||||||
struct dmi_system_id ov9650_flip_dmi_table[] = {
|
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",
|
.ident = "ASUS A6VC",
|
||||||
.matches = {
|
.matches = {
|
||||||
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
|
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
|
||||||
|
|
Loading…
Add table
Reference in a new issue