Comment 1 for bug 1648279

Revision history for this message
AceLan Kao (acelankao) wrote :

The patch in linux-next / linux-pm tree fixes this issue

commit 708f5dcc21ae9b35f395865fc154b0105baf4de4
Author: Michael Pobega <email address hidden>
Date: Fri Nov 11 22:29:14 2016 -0500

    ACPI / blacklist: Make Dell Latitude 3350 ethernet work

    The Dell Latitude 3350's ethernet card attempts to use a reserved
    IRQ (18), resulting in ACPI being unable to enable the ethernet.

    Adding it to acpi_rev_dmi_table[] helps to work around this problem.

    Signed-off-by: Michael Pobega <email address hidden>
    [ rjw: Changelog ]
    Signed-off-by: Rafael J. Wysocki <email address hidden>