mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
V4L/DVB: gspca - sn9c20x: Add another MSI laptop to upsidedown device list
Signed-off-by: Brian Johnson <brijohn@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
e077f86bac
commit
5d26ed9102
1 changed files with 7 additions and 0 deletions
|
@ -146,6 +146,13 @@ static const struct dmi_system_id flip_dmi_table[] = {
|
||||||
DMI_MATCH(DMI_BOARD_NAME, "MS-1632")
|
DMI_MATCH(DMI_BOARD_NAME, "MS-1632")
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.ident = "MSI MS-1635X",
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_BOARD_VENDOR, "MSI"),
|
||||||
|
DMI_MATCH(DMI_BOARD_NAME, "MS-1635X")
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.ident = "ASUSTeK W7J",
|
.ident = "ASUSTeK W7J",
|
||||||
.matches = {
|
.matches = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue