Skip to content

Commit

Permalink
V4L/DVB: gspca - sn9c20x: Add another laptop to upsidedown device list
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Johnson <brijohn@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Brian Johnson authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent 3e56b0f commit e077f86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/media/video/gspca/sn9c20x.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ static const struct dmi_system_id flip_dmi_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "MS-1632")
}
},
{
.ident = "ASUSTeK W7J",
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer Inc."),
DMI_MATCH(DMI_BOARD_NAME, "W7J ")
}
},
{}
};

Expand Down

0 comments on commit e077f86

Please sign in to comment.