Skip to content

Commit 189308d

Browse files
tiwaidavem330
authored andcommitted
sky2: Disable MSI on yet another ASUS boards (P6Xxxx)
A similar workaround for the suspend/resume problem is needed for yet another ASUS machines, P6X models. Like the previous fix, the BIOS doesn't provide the standard DMI_SYS_* entry, so again DMI_BOARD_* entries are used instead. Reported-and-tested-by: SteveM <[email protected]> Signed-off-by: Takashi Iwai <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 807e329 commit 189308d

File tree

1 file changed

+7
-0
lines changed
  • drivers/net/ethernet/marvell

1 file changed

+7
-0
lines changed

drivers/net/ethernet/marvell/sky2.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4931,6 +4931,13 @@ static const struct dmi_system_id msi_blacklist[] = {
49314931
DMI_MATCH(DMI_BOARD_NAME, "P6T"),
49324932
},
49334933
},
4934+
{
4935+
.ident = "ASUS P6X",
4936+
.matches = {
4937+
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."),
4938+
DMI_MATCH(DMI_BOARD_NAME, "P6X"),
4939+
},
4940+
},
49344941
{}
49354942
};
49364943

0 commit comments

Comments
 (0)