[media] gspca_sn9c20x: Add another MSI laptop to the sn9c20x upside down list
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
6899a9c777
commit
bcc6f66906
|
@ -151,6 +151,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-1633X",
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_BOARD_VENDOR, "MSI"),
|
||||||
|
DMI_MATCH(DMI_BOARD_NAME, "MS-1633X")
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.ident = "MSI MS-1635X",
|
.ident = "MSI MS-1635X",
|
||||||
.matches = {
|
.matches = {
|
||||||
|
|
Loading…
Reference in New Issue