Skip to content

Commit

Permalink
V4L/DVB (10032): m5602: add vflip quirk for Alienware m9700
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Erik Andrén authored and Mauro Carvalho Chehab committed Dec 30, 2008
1 parent 0bd7bd7 commit 7e08e66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/media/video/gspca/m5602/m5602_ov9650.c
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
},
{ }
};

Expand Down

0 comments on commit 7e08e66

Please sign in to comment.