lkml.org 
[lkml]   [2019]   [Sep]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.14 38/59] sky2: Disable MSI on yet another ASUS boards (P6Xxxx)
    Date
    From: Takashi Iwai <tiwai@suse.de>

    [ Upstream commit 189308d5823a089b56e2299cd96589507dac7319 ]

    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 <swm@swm1.com>
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/net/ethernet/marvell/sky2.c | 7 +++++++
    1 file changed, 7 insertions(+)

    diff --git a/drivers/net/ethernet/marvell/sky2.c b/drivers/net/ethernet/marvell/sky2.c
    index 7b239af6cc040..5046efdad5390 100644
    --- a/drivers/net/ethernet/marvell/sky2.c
    +++ b/drivers/net/ethernet/marvell/sky2.c
    @@ -4954,6 +4954,13 @@ static const struct dmi_system_id msi_blacklist[] = {
    DMI_MATCH(DMI_BOARD_NAME, "P6T"),
    },
    },
    + {
    + .ident = "ASUS P6X",
    + .matches = {
    + DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."),
    + DMI_MATCH(DMI_BOARD_NAME, "P6X"),
    + },
    + },
    {}
    };

    --
    2.20.1


    \
     
     \ /
      Last update: 2019-09-20 00:18    [W:6.585 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site